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()
229 EXPECT_LE(0, cm->MaxExecutionTime(node)); in TestHWAccelerator()
230 EXPECT_GE(run_duration_micros, cm->MaxExecutionTime(node)); in TestHWAccelerator()
/external/tensorflow/tensorflow/core/graph/
Dcostmodel.h154 Microseconds MaxExecutionTime(const Node* node) const;
Dcostmodel.cc343 Microseconds CostModel::MaxExecutionTime(const Node* node) const { in MaxExecutionTime() function in tensorflow::CostModel
540 cnode->set_compute_cost(MaxExecutionTime(n).value()); in AddToCostGraphDef()