Home
last modified time | relevance | path

Searched refs:node_and_reg (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/contrib/lite/
Doptional_debug_tools.cc92 const std::pair<TfLiteNode, TfLiteRegistration>* node_and_reg = in PrintInterpreterState() local
94 const TfLiteNode& node = node_and_reg->first; in PrintInterpreterState()
95 const TfLiteRegistration& reg = node_and_reg->second; in PrintInterpreterState()
Dinterpreter.cc282 auto& node_and_reg = nodes_and_registration_.back(); in AddNodeWithParameters() local
283 TfLiteNode& node = node_and_reg.first; in AddNodeWithParameters()
302 node_and_reg.second = *registration; in AddNodeWithParameters()
Dinterpreter_test.cc816 const auto* node_and_reg = interpreter_.node_and_registration(node); in TEST_F() local
817 ASSERT_EQ(node_and_reg->second.custom_name, in TEST_F()
831 const auto* node_and_reg = interpreter_.node_and_registration(3); in TEST_F() local
832 ASSERT_EQ(node_and_reg->second.custom_name, in TEST_F()