Searched refs:GetInputName (Results 1 – 6 of 6) sorted by relevance
137 EXPECT_EQ(std::string(interpreter->GetInputName(0)), "input0"); in TEST()138 EXPECT_EQ(std::string(interpreter->GetInputName(1)), "input1"); in TEST()
214 const char* GetInputName(int index) const { in GetInputName() function
529 ASSERT_EQ(interpreter.GetInputName(0), "in1"); in TEST()
50 string GetInputName(const string& name);115 string NodeNameMapping::GetInputName(const string& name) { in GetInputName() function in tensorflow::__anonac039bdc0111::NodeNameMapping353 const string& input_name = node_names.GetInputName(node->name()); in GraphToFunctionDef()
122 LOG(INFO) << "input(0) name: " << interpreter->GetInputName(0) << "\n"; in RunInference()
150 env->NewStringUTF(interpreter->GetInputName(i))); in Java_org_tensorflow_lite_NativeInterpreterWrapper_getInputNames()