/external/tensorflow/tensorflow/core/grappler/costs/ |
D | graph_properties_test.cc | 129 Status s = properties.InferStatically(true); in TEST_F() 173 Status s = properties.InferStatically(true); in TEST_F() 262 TF_CHECK_OK(static_properties.InferStatically(false)); in TEST_F() 308 TF_CHECK_OK(properties.InferStatically(false)); in TEST_F() 332 TF_CHECK_OK(properties.InferStatically(false)); in TEST_F() 365 TF_CHECK_OK(properties.InferStatically(false)); in TEST_F() 392 TF_CHECK_OK(properties.InferStatically(false)); in TEST_F() 410 TF_CHECK_OK(properties.InferStatically(false)); in TEST_F() 428 TF_CHECK_OK(properties.InferStatically(false)); in TEST_F() 481 TF_CHECK_OK(properties.InferStatically(false)); in TEST_F() [all …]
|
D | graph_memory_test.cc | 52 Status s = memory.InferStatically(devices_); in TEST_F() 80 Status s = memory.InferStatically(devices_); in TEST_F() 107 Status s = memory.InferStatically(devices_); in TEST_F() 146 Status s = memory.InferStatically(devices_); in TEST_F() 174 Status s = memory.InferStatically(devices_); in TEST_F() 210 Status status = memory.InferStatically(devices_); in TEST_F()
|
D | graph_properties.h | 92 Status InferStatically(bool assume_valid_feeds, 94 Status InferStatically(bool assume_valid_feeds) { in InferStatically() function 95 return InferStatically(assume_valid_feeds, in InferStatically()
|
D | graph_memory.h | 46 Status InferStatically(
|
D | graph_memory.cc | 34 Status GraphMemory::InferStatically( in InferStatically() function in tensorflow::grappler::GraphMemory
|
D | graph_properties.cc | 689 TF_RETURN_IF_ERROR(gp.InferStatically(true, aggressive_shape_inference_)); in UpdateFunction() 2038 Status GraphProperties::InferStatically(bool assume_valid_feeds, in InferStatically() function in tensorflow::grappler::GraphProperties
|
D | virtual_scheduler.cc | 301 TF_RETURN_IF_ERROR(graph_properties_->InferStatically( in Init()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | shape_optimizer.cc | 60 TF_RETURN_IF_ERROR(properties.InferStatically(false)); in Optimize() 102 TF_RETURN_IF_ERROR(properties.InferStatically(false)); in Optimize()
|
D | static_schedule.cc | 95 TF_RETURN_IF_ERROR(properties.InferStatically(true)); in EstimateEarliestExecutionTimes() 163 TF_RETURN_IF_ERROR(properties.InferStatically(true)); in EstimateRequiredTimes()
|
D | graph_optimizer_stage_test.cc | 152 TF_CHECK_OK(properties.InferStatically(/*assume_valid_feeds*/ false)); in TEST_F() 194 TF_CHECK_OK(properties.InferStatically(/*assume_valid_feeds*/ false)); in TEST_F()
|
D | pin_to_host_optimizer.cc | 103 TF_RETURN_IF_ERROR(properties->InferStatically( in IsNodeOutputPortHostFriendly() 253 TF_RETURN_IF_ERROR(properties->InferStatically( in IsNodeHostCandidate()
|
D | memory_optimizer.cc | 538 Status s = memory.InferStatically(devices); in SchedulingPass() 571 s = properties.InferStatically(false); in SchedulingPass() 955 Status s = memory.InferStatically(devices); in IdentifySwappingCandidates() 1146 if (!properties.InferStatically(true).ok()) { in SwappingPass()
|
D | remapper.cc | 849 TF_RETURN_IF_ERROR(ctx.graph_properties.InferStatically(false)); in Optimize()
|
D | scoped_allocator_optimizer.cc | 686 graph_properties.InferStatically(assume_valid_feeds)); in Optimize()
|
D | layout_optimizer.cc | 2213 auto status = graph_properties.InferStatically(false); in Optimize()
|
D | constant_folding.cc | 3392 Status s = properties.InferStatically(assume_valid_feeds); in RunOptimizationPass()
|
D | arithmetic_optimizer.cc | 3678 const Status status = graph_properties_->InferStatically(assume_valid_feeds); in Optimize()
|
/external/tensorflow/tensorflow/python/grappler/ |
D | model_analyzer.cc | 32 TF_RETURN_IF_ERROR(properties.InferStatically(assume_valid_feeds)); in GenerateReport()
|
D | item.i | 148 tensorflow::Status status = properties.InferStatically(false); in TF_GetOpProperties()
|
D | cluster.i | 400 status = memory.InferStatically(cluster->GetDevices()); in TF_DeterminePeakMemoryUsage()
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ |
D | convert_graph_test.cc | 99 TF_EXPECT_OK(graph_properties.InferStatically(true)); in TEST()
|
D | trt_optimization_pass.cc | 229 TF_RETURN_IF_ERROR(static_graph_properties.InferStatically(true)); in Optimize()
|
D | convert_nodes_test.cc | 444 TF_EXPECT_OK(graph_properties.InferStatically(true)); in TEST_F() 1250 TF_EXPECT_OK(graph_properties.InferStatically(true)); in RunValidation()
|