Searched refs:use_static_shapes (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/core/grappler/costs/ |
D | analytical_cost_estimator.h | 43 AnalyticalCostEstimator(Cluster* cluster, bool use_static_shapes, 48 bool use_static_shapes, 54 bool use_static_shapes,
|
D | analytical_cost_estimator.cc | 111 Cluster* cluster, bool use_static_shapes, in AnalyticalCostEstimator() argument 115 ReadyNodeManagerFactory("FirstReady"), use_static_shapes, in AnalyticalCostEstimator() 120 std::unique_ptr<ReadyNodeManager> node_manager, bool use_static_shapes, in AnalyticalCostEstimator() argument 124 use_static_shapes_(use_static_shapes), in AnalyticalCostEstimator() 135 std::unique_ptr<VirtualPlacer> placer, bool use_static_shapes, in AnalyticalCostEstimator() argument 139 use_static_shapes_(use_static_shapes), in AnalyticalCostEstimator()
|
D | virtual_scheduler.h | 323 SchedulerState(const bool use_static_shapes, 453 VirtualScheduler(const bool use_static_shapes,
|
D | virtual_scheduler.cc | 384 SchedulerState::SchedulerState(const bool use_static_shapes, in SchedulerState() argument 390 use_static_shapes_(use_static_shapes), in SchedulerState() 1315 VirtualScheduler::VirtualScheduler(const bool use_static_shapes, in VirtualScheduler() argument 1321 use_static_shapes, use_aggressive_shape_inference, cluster, in VirtualScheduler()
|
D | virtual_scheduler_test.cc | 647 TestVirtualScheduler(const bool use_static_shapes, in TestVirtualScheduler() argument 651 use_static_shapes, use_aggressive_shape_inference, cluster, in TestVirtualScheduler()
|