Home
last modified time | relevance | path

Searched refs:InferStatically (Results 1 – 23 of 23) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties_test.cc129 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 …]
Dgraph_memory_test.cc52 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()
Dgraph_properties.h92 Status InferStatically(bool assume_valid_feeds,
94 Status InferStatically(bool assume_valid_feeds) { in InferStatically() function
95 return InferStatically(assume_valid_feeds, in InferStatically()
Dgraph_memory.h46 Status InferStatically(
Dgraph_memory.cc34 Status GraphMemory::InferStatically( in InferStatically() function in tensorflow::grappler::GraphMemory
Dgraph_properties.cc689 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
Dvirtual_scheduler.cc301 TF_RETURN_IF_ERROR(graph_properties_->InferStatically( in Init()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dshape_optimizer.cc60 TF_RETURN_IF_ERROR(properties.InferStatically(false)); in Optimize()
102 TF_RETURN_IF_ERROR(properties.InferStatically(false)); in Optimize()
Dstatic_schedule.cc95 TF_RETURN_IF_ERROR(properties.InferStatically(true)); in EstimateEarliestExecutionTimes()
163 TF_RETURN_IF_ERROR(properties.InferStatically(true)); in EstimateRequiredTimes()
Dgraph_optimizer_stage_test.cc152 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()
Dpin_to_host_optimizer.cc103 TF_RETURN_IF_ERROR(properties->InferStatically( in IsNodeOutputPortHostFriendly()
253 TF_RETURN_IF_ERROR(properties->InferStatically( in IsNodeHostCandidate()
Dmemory_optimizer.cc538 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()
Dremapper.cc849 TF_RETURN_IF_ERROR(ctx.graph_properties.InferStatically(false)); in Optimize()
Dscoped_allocator_optimizer.cc686 graph_properties.InferStatically(assume_valid_feeds)); in Optimize()
Dlayout_optimizer.cc2213 auto status = graph_properties.InferStatically(false); in Optimize()
Dconstant_folding.cc3392 Status s = properties.InferStatically(assume_valid_feeds); in RunOptimizationPass()
Darithmetic_optimizer.cc3678 const Status status = graph_properties_->InferStatically(assume_valid_feeds); in Optimize()
/external/tensorflow/tensorflow/python/grappler/
Dmodel_analyzer.cc32 TF_RETURN_IF_ERROR(properties.InferStatically(assume_valid_feeds)); in GenerateReport()
Ditem.i148 tensorflow::Status status = properties.InferStatically(false); in TF_GetOpProperties()
Dcluster.i400 status = memory.InferStatically(cluster->GetDevices()); in TF_DeterminePeakMemoryUsage()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_graph_test.cc99 TF_EXPECT_OK(graph_properties.InferStatically(true)); in TEST()
Dtrt_optimization_pass.cc229 TF_RETURN_IF_ERROR(static_graph_properties.InferStatically(true)); in Optimize()
Dconvert_nodes_test.cc444 TF_EXPECT_OK(graph_properties.InferStatically(true)); in TEST_F()
1250 TF_EXPECT_OK(graph_properties.InferStatically(true)); in RunValidation()