Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/
Dimport_quant_stats_pass.cc111 std::vector<std::string> name_and_port = in ParseQuantStats() local
113 int port = name_and_port.size() == 2 ? std::stoi(name_and_port[1]) : -1; in ParseQuantStats()
114 name_to_info_.insert({name_and_port[0], {port, entry}}); in ParseQuantStats()
116 std::vector<std::string> name_and_port = in ParseQuantStats() local
118 int port = name_and_port.size() == 2 ? std::stoi(name_and_port[1]) : -1; in ParseQuantStats()
119 regex_to_info_.insert({name_and_port[0], {port, entry}}); in ParseQuantStats()
/external/tensorflow/tensorflow/core/kernels/
Dremote_fused_graph_execute_utils.h146 const string& name_and_port,
Dremote_fused_graph_execute_utils.cc421 const GraphDef& graph_def, const string& name_and_port, DataType* data_type, in GetOutputTensorShapeType() argument
425 const TensorId tid = ParseTensorName(name_and_port); in GetOutputTensorShapeType()