Home
last modified time | relevance | path

Searched refs:summarize (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-dfx-hisysevent-logging-config.md9 …the **bundle.json** file. On completion, the compilation framework will summarize the configuratio…
/ohos5.0/docs/en/contribute/template/
H A Dadvanced-ts-template.md40 > - **Document title**: Use phrases that summarize the component functionalities. Examples: `Button…
H A Dts-template.md40 > - **Document title**: Use phrases that summarize the component functionalities. Examples: `Button…
H A Djs-template.md45 > - **Document title**: Use phrases that summarize the module functionalities. Examples: **Ability*…
/ohos5.0/docs/zh-cn/application-dev/reference/apis-neural-network-runtime-kit/
H A D_neural_network_runtime.md653 …果给定条件的结果为假,打印data中的张量列表,summarize用来确定要打印的张量的条目数量。<br/>输入:<br/>- condition,评估条件。<br/>- data,当条件为假时需…
880 | OH_NN_ASSERT_SUMMARIZE<sup>12+</sup> | 当张量作为Assert算子的summarize参数时,使用本枚举值。 |
H A D_neural_nework_runtime.md653 …果给定条件的结果为假,打印data中的张量列表,summarize用来确定要打印的张量的条目数量。<br/>输入:<br/>- condition,评估条件。<br/>- data,当条件为假时需…
880 | OH_NN_ASSERT_SUMMARIZE<sup>12+</sup> | 当张量作为Assert算子的summarize参数时,使用本枚举值。 |
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/device_manager/
H A Ddevice_manager_test.cpp254 int64_t summarize {0}; variable
255 void* primitive = mindspore::lite::MindIR_Assert_CreatePrimitive(summarize);
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/inner_model/
H A Dinner_model_test.cpp1172 int64_t summarize {0}; variable
1173 void* primitive = mindspore::lite::MindIR_Assert_CreatePrimitive(summarize);
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/inner_model/
H A Dinner_model_test.cpp1111 int64_t summarize {0}; variable
1112 void* primitive = mindspore::lite::MindIR_Assert_CreatePrimitive(summarize);
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dlite_graph_to_hdi_model_v2_1.cpp117 assert.summarize = mindspore::lite::MindIR_Assert_GetSummarize(primitive); in ConvertAssert()
/ohos5.0/docs/en/application-dev/reference/apis-neural-network-runtime-kit/
H A D_neural_network_runtime.md653summarize** is used to determine the number of tensor entries to be printed.<br>Input:<br>- **cond…
880 | OH_NN_ASSERT_SUMMARIZE<sup>12+</sup> | Used when the tensor is used as the **summarize** paramete…
/ohos5.0/drivers/interface/nnrt/v2_1/
H A DNodeAttrTypes.idl208 long summarize;