Searched defs:tensors (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/ai/neural_network_runtime/test/system_test/ |
H A D | end_to_end_test.cpp | 47 OH_NN_ReturnCode End2EndTest::BuildModel(const std::vector<CppTensor>& tensors) in BuildModel() 136 std::vector<CppTensor> tensors{addend1, addend2, activation, immediateTensor, output}; variable 191 std::vector<CppTensor> tensors{addend1, addend2, activation, immediateTensor, output}; variable 258 std::vector<CppTensor> tensors{addend1, addend2, activation, immediateTensor, output}; variable 315 std::vector<CppTensor> tensors{addend1, addend2, activation, immediateTensor, output}; variable 370 std::vector<CppTensor> tensors{addend1, addend2, activation, immediateTensor, output}; variable 446 std::vector<CppTensor> tensors{addend1, addend2, activation, immediateTensor, output}; variable 512 std::vector<CppTensor> tensors{addend1, addend2, activation, immediateTensor, output}; variable 571 std::vector<CppTensor> tensors{addend1, addend2, activation, immediateTensor, output}; variable
|
/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/delegates/nnrt_delegate/ |
H A D | nnrt_delegate_kernel.cpp | 332 TfLiteIntArray* tensors = node->inputs; in SetInputTensors() local 368 TfLiteIntArray* tensors = node->outputs; in SetOutputTensors() local
|