Home
last modified time | relevance | path

Searched refs:kInputPHName (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2tensorrt/kernels/
Dtrt_engine_op.cc319 input_data.emplace(StrCat(kInputPHName, i), data_address); in ExecuteCalibration()
405 const string input_name = StrCat(kInputPHName, i); in ExecuteTrtEngine()
679 StrCat(kInputPHName, i), in AllocateCalibrationResources()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes.h41 extern const char* const kInputPHName;
Dconvert_graph.cc640 if (str_util::StartsWith(n->name(), kInputPHName)) { in RegisterSegmentFunctionToFunctionLibrary()
649 auto name = StrCat(kInputPHName, i); in RegisterSegmentFunctionToFunctionLibrary()
Dconvert_nodes.cc83 const char* const kInputPHName = "TensorRTInputPH_"; variable
87 return absl::StartsWith(name, kInputPHName); in IsEngineInput()
4104 node_name.c_str() + strlen(kInputPHName), &slot_number)) { in ConvertGraphDefToEngine()
4203 const string node_name = StrCat(kInputPHName, connection.port_number); in ConvertSegmentToGraphDef()
4261 StrCat(kInputPHName, connection.port_number); in ConvertSegmentToGraphDef()
Dconvert_nodes_test.cc997 if (str_util::ConsumePrefix(&node_name, kInputPHName)) { in RunConvertGraphDefToEngine()
1027 auto input = ops::Placeholder(s.WithOpName(StrCat(kInputPHName, 0)), DT_FLOAT, in TEST_F()