Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/grappler/
Dcluster.i174 tensorflow::OpPerformanceList* op_performance_data, in _GetOpPerformanceDataAndRunTime() argument
183 if (op_performance_data) { in _GetOpPerformanceDataAndRunTime()
184 *op_performance_data = tensorflow::grappler::CostGraphToOpPerformanceData( in _GetOpPerformanceDataAndRunTime()
320 tensorflow::OpPerformanceList op_performance_data; in TF_MeasureCosts() local
328 *item, &cost_measure, &op_performance_data, &costs); in TF_MeasureCosts()
350 op_performance_data.op_performance_size()); in TF_MeasureCosts()
351 for (int i = 0; i < op_performance_data.op_performance_size(); i++) { in TF_MeasureCosts()
353 op_performance_data.op_performance(i).SerializeAsString(); in TF_MeasureCosts()
/external/tensorflow/tensorflow/core/grappler/costs/
DBUILD29 name = "op_performance_data",
30 srcs = ["op_performance_data.proto"],
/external/tensorflow/tensorflow/contrib/makefile/
Dtf_proto_files.txt31 tensorflow/core/grappler/costs/op_performance_data.proto
Dproto_text_pb_cc_files.txt26 tensorflow/core/grappler/costs/op_performance_data.pb.cc
Dproto_text_pb_h_files.txt26 tensorflow/core/grappler/costs/op_performance_data.pb.h