Searched defs:all_tensors (Results 1 – 3 of 3) sorted by relevance
198 …std::vector<lite::Tensor *> all_tensors = GenerateTensorsForTest("./operators/arithmetic_fp32_1_dy… in TEST_F() local241 …std::vector<lite::Tensor *> all_tensors = GenerateTensorsForTest("./operators/arithmetic_fp32_1_dy… in TEST_F() local287 …std::vector<lite::Tensor *> all_tensors = GenerateTensorsForTest("./operators/arithmetic_fp32_8_dy… in TEST_F() local334 …std::vector<lite::Tensor *> all_tensors = GenerateTensorsForTest("./operators/arithmetic_fp32_2_dy… in TEST_F() local381 …std::vector<lite::Tensor *> all_tensors = GenerateTensorsForTest("./operators/arithmetic_fp32_3_dy… in TEST_F() local426 …std::vector<lite::Tensor *> all_tensors = GenerateTensorsForTest("./operators/arithmetic_fp32_4_dy… in TEST_F() local480 …std::vector<lite::Tensor *> all_tensors = GenerateTensorsForTest("./operators/arithmetic_fp32_4_dy… in TEST_F() local526 …std::vector<lite::Tensor *> all_tensors = GenerateTensorsForTest("./operators/arithmetic_fp32_9_dy… in TEST_F() local572 …std::vector<lite::Tensor *> all_tensors = GenerateTensorsForTest("./operators/arithmetic_fp32_9_dy… in TEST_F() local618 …std::vector<lite::Tensor *> all_tensors = GenerateTensorsForTest("./operators/arithmetic_fp32_5_dy… in TEST_F() local[all …]
49 std::vector<Tensor *> all_tensors; in ConvertTensors() local212 void CoderGraph::SetAllTensors(const std::vector<Tensor *> &all_tensors) { in SetAllTensors()240 std::vector<lite::Tensor *> CoderGraph::all_tensors() const { return this->all_tensors_; } in all_tensors() function in mindspore::lite::micro::CoderGraph
190 auto all_tensors = coder_graph_->all_tensors(); in InitTensorsRef() local245 std::vector<lite::Tensor *> all_tensors = coder_graph_->all_tensors(); in CreateOpCoders() local