Searched refs:printStr (Results 1 – 7 of 7) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/ |
H A D | js_third_provider_interaction_operation.cpp | 39 std::string printStr; in LogAccessibilityElementInfo() local 40 printStr.append(tag).append(", info: ["); in LogAccessibilityElementInfo() 51 printStr.append(", hasAccessibilityFocus: ") in LogAccessibilityElementInfo() 60 printStr.append(", triggerAction: ") in LogAccessibilityElementInfo() 74 printStr.append(", action: ").append(actionStr); in LogAccessibilityElementInfo() 75 printStr.append("]"); in LogAccessibilityElementInfo() 82 std::string printStr; in LogAccessibilityEventInfo() local 83 printStr.append(tag).append(", info: ["); in LogAccessibilityEventInfo() 89 printStr.append(", eventType: ").append( in LogAccessibilityEventInfo() 91 printStr.append(", triggerAction: ").append( in LogAccessibilityEventInfo() [all …]
|
/ohos5.0/docs/zh-cn/application-dev/ai/mindspore/ |
H A D | mindspore-guidelines-based-js.md | 136 let printStr = 'float32View data:'; 138 printStr += ' ' + float32View[i]; 140 console.info('MS_LITE_LOG: float32View data: ' + printStr); 232 let printStr = outputs[i].name + ':'; 234 printStr += out[j].toString() + ','; 236 console.info('MS_LITE_LOG: ' + printStr);
|
H A D | mindspore-guidelines-based-native.md | 120 let printStr = 'float32View data:'; 122 printStr += ' ' + float32View[i]; 124 console.info('MS_LITE_LOG: float32View data: ' + printStr);
|
/ohos5.0/docs/en/application-dev/ai/mindspore/ |
H A D | mindspore-guidelines-based-js.md | 136 let printStr = 'float32View data:'; 138 printStr += ' ' + float32View[i]; 140 console.info('MS_LITE_LOG: float32View data: ' + printStr); 232 let printStr = outputs[i].name + ':'; 234 printStr += out[j].toString() + ','; 236 console.info('MS_LITE_LOG: ' + printStr);
|
H A D | mindspore-guidelines-based-native.md | 120 let printStr = 'float32View data:'; 122 printStr += ' ' + float32View[i]; 124 console.info('MS_LITE_LOG: float32View data: ' + printStr);
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-mindspore-lite-kit/ |
H A D | js-apis-mindSporeLite.md | 925 let printStr = weights[i].name + ", "; 926 printStr += weights[i].shape + ", "; 927 printStr += weights[i].dtype + ", "; 928 printStr += weights[i].dataSize + ", "; 929 printStr += weights[i].getData(); 930 console.info("MS_LITE weights: ", printStr);
|
/ohos5.0/docs/en/application-dev/reference/apis-mindspore-lite-kit/ |
H A D | js-apis-mindSporeLite.md | 925 let printStr = weights[i].name + ", "; 926 printStr += weights[i].shape + ", "; 927 printStr += weights[i].dtype + ", "; 928 printStr += weights[i].dataSize + ", "; 929 printStr += weights[i].getData(); 930 console.info("MS_LITE weights: ", printStr);
|