Searched refs:node_and_reg (Results 1 – 3 of 3) sorted by relevance
92 const std::pair<TfLiteNode, TfLiteRegistration>* node_and_reg = in PrintInterpreterState() local94 const TfLiteNode& node = node_and_reg->first; in PrintInterpreterState()95 const TfLiteRegistration& reg = node_and_reg->second; in PrintInterpreterState()
282 auto& node_and_reg = nodes_and_registration_.back(); in AddNodeWithParameters() local283 TfLiteNode& node = node_and_reg.first; in AddNodeWithParameters()302 node_and_reg.second = *registration; in AddNodeWithParameters()
816 const auto* node_and_reg = interpreter_.node_and_registration(node); in TEST_F() local817 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() local832 ASSERT_EQ(node_and_reg->second.custom_name, in TEST_F()