Home
last modified time | relevance | path

Searched defs:tensors (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/test/system_test/
H A Dend_to_end_test.cpp47 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 Dnnrt_delegate_kernel.cpp332 TfLiteIntArray* tensors = node->inputs; in SetInputTensors() local
368 TfLiteIntArray* tensors = node->outputs; in SetOutputTensors() local