HomeSort by relevance Sort by last modified time
    Searched refs:time_lower (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/python/grappler/
cost_analyzer.h 44 int64 time_lower; member in struct:tensorflow::grappler::OpPerfSummary
cost_analyzer.cc 145 ops[op_name].time_lower +=
157 total_time_analytical_lower_ += op.time_lower;
219 os << std::setw(width_wide) << op.time_lower << ",";

Completed in 744 milliseconds