Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Ddirect_session_with_tracking_alloc_test.cc126 EXPECT_LE(0, cm->MaxExecutionTime(node)); in TEST()
127 EXPECT_GE(run_duration_micros, cm->MaxExecutionTime(node)); in TEST()
238 EXPECT_LE(0, cm->MaxExecutionTime(node)); in TestHWAccelerator()
239 EXPECT_GE(run_duration_micros, cm->MaxExecutionTime(node)); in TestHWAccelerator()
/external/tensorflow/tensorflow/core/graph/
Dcostmodel.h146 Microseconds MaxExecutionTime(const Node* node) const;
Dcostmodel.cc341 Microseconds CostModel::MaxExecutionTime(const Node* node) const { in MaxExecutionTime() function in tensorflow::CostModel
537 cnode->set_compute_cost(MaxExecutionTime(n).value()); in AddToCostGraphDef()