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

  /external/tensorflow/tensorflow/core/common_runtime/
step_stats_collector.h 73 // BuildCostModel builds or updates a CostModel managed by cost_model_manager,
76 void BuildCostModel(
step_stats_collector.cc 134 void StepStatsCollector::BuildCostModel(
direct_session.cc 688 args.stats_collector->BuildCostModel(&cost_model_manager_, device_to_graph);
    [all...]
  /external/tensorflow/tensorflow/core/distributed_runtime/
graph_mgr.h 173 void BuildCostModel(Item* item, StepStatsCollector* collector,
graph_mgr.cc 463 BuildCostModel(item, collector, cost_graph);
500 void GraphMgr::BuildCostModel(Item* item, StepStatsCollector* collector,
510 collector->BuildCostModel(&cost_model_manager_, device_to_graph);

Completed in 192 milliseconds