Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties_test.cc160 Status s = properties.InferStatically(true); in TEST_F()
201 Status s = properties.InferStatically(true); in TEST_F()
300 TF_ASSERT_OK(static_properties.InferStatically(false)); in TEST_F()
346 TF_ASSERT_OK(properties.InferStatically(false)); in TEST_F()
370 TF_ASSERT_OK(properties.InferStatically(false)); in TEST_F()
403 TF_ASSERT_OK(properties.InferStatically(false)); in TEST_F()
430 TF_ASSERT_OK(properties.InferStatically(false)); in TEST_F()
448 TF_ASSERT_OK(properties.InferStatically(false)); in TEST_F()
466 TF_ASSERT_OK(properties.InferStatically(false)); in TEST_F()
519 TF_ASSERT_OK(properties.InferStatically(false)); in TEST_F()
[all …]
Dgraph_properties.h99 Status InferStatically(bool assume_valid_feeds,
103 Status InferStatically(bool assume_valid_feeds, in InferStatically() function
106 return InferStatically( in InferStatically()
112 Status InferStatically(bool assume_valid_feeds) { in InferStatically() function
113 return InferStatically(assume_valid_feeds, in InferStatically()
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_memory.h46 Status InferStatically(
Dgraph_memory.cc34 Status GraphMemory::InferStatically( in InferStatically() function in tensorflow::grappler::GraphMemory
Dvirtual_scheduler.cc424 TF_RETURN_IF_ERROR(graph_properties_->InferStatically( in Init()
Dgraph_properties.cc910 TF_RETURN_IF_ERROR(gp.InferStatically( in UpdateFunction()
2471 Status GraphProperties::InferStatically(bool assume_valid_feeds, in InferStatically() function in tensorflow::grappler::GraphProperties
/external/tensorflow/tensorflow/compiler/tf2tensorrt/segment/
Dsegment_test.cc392 TF_EXPECT_OK(static_graph_properties.InferStatically(true)); in TEST_F()
424 TF_EXPECT_OK(static_graph_properties.InferStatically(true)); in TEST_F()
453 TF_EXPECT_OK(static_graph_properties.InferStatically(true)); in TEST_F()
482 TF_EXPECT_OK(static_graph_properties.InferStatically(true)); in TEST_F()
520 TF_EXPECT_OK(static_graph_properties.InferStatically(true)); in TEST_F()
549 TF_EXPECT_OK(static_graph_properties.InferStatically(true)); in TEST_F()
578 TF_EXPECT_OK(static_graph_properties.InferStatically(true)); in TEST_F()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dshape_optimizer.cc95 properties.InferStatically(/*assume_valid_feeds=*/false, in Optimize()
159 properties.InferStatically(/*assume_valid_feeds=*/false, in Optimize()
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()
Dstatic_schedule.cc98 properties.InferStatically(/*assume_valid_feeds=*/true, in EstimateEarliestExecutionTimes()
169 properties.InferStatically(/*assume_valid_feeds=*/true, in EstimateRequiredTimes()
Dpin_to_host_optimizer.cc105 TF_RETURN_IF_ERROR(properties->InferStatically( in IsNodeOutputPortHostFriendly()
257 TF_RETURN_IF_ERROR(properties->InferStatically( in IsNodeHostCandidate()
Dmemory_optimizer.cc544 Status s = (*memory_ptr)->InferStatically(cluster->GetDevices()); in SchedulingPass()
580 Status s = properties.InferStatically(/*assume_valid_feeds=*/false, in SchedulingPass()
987 Status s = (*memory_ptr)->InferStatically(cluster->GetDevices()); in IdentifySwappingCandidates()
1183 .InferStatically(/*assume_valid_feeds=*/true, in SwappingPass()
Dremapper.cc1804 TF_RETURN_IF_ERROR(ctx.graph_properties.InferStatically( in IsCpuCompatibleDataType()
1840 TF_RETURN_IF_ERROR(ctx.graph_properties.InferStatically( in IsCpuCompatibleDataType()
Dscoped_allocator_optimizer.cc921 LOG_WARNING_AND_RETURN_IF_ERROR(graph_properties.InferStatically( in Optimize()
Dlayout_optimizer.cc2266 graph_properties.InferStatically(/*assume_valid_feeds=*/false, in Optimize()
Dgeneric_layout_optimizer_transposer.cc230 TF_RETURN_IF_ERROR(context->graph_properties->InferStatically(false)); in InitializeTransposeContext()
Darithmetic_optimizer.cc3814 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_wrapper.cc195 tensorflow::MaybeRaiseFromStatus(properties.InferStatically(false)); in PYBIND11_MODULE()
Dcluster_wrapper.cc312 memory.InferStatically(cluster->GetDevices())); in PYBIND11_MODULE()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_graph_test.cc160 TF_EXPECT_OK(graph_properties.InferStatically(true)); in RunConvertAfterShape()
Dconvert_graph.cc720 TF_RETURN_IF_ERROR(static_graph_properties.InferStatically(true)); in ConvertAfterShapes()
Dconvert_nodes_test.cc540 TF_EXPECT_OK(graph_properties.InferStatically(true)); in ConvertToTensorOrWeights()
627 TF_EXPECT_OK(graph_properties.InferStatically(true)); in TEST_F()
704 TF_EXPECT_OK(graph_properties.InferStatically(true)); in TEST()
1620 TF_EXPECT_OK(graph_properties.InferStatically(true)); in RunValidation()
/external/tensorflow/tensorflow/tools/def_file_filter/
Dsymbols_pybind.txt269 tensorflow::grappler::GraphProperties::InferStatically
308 tensorflow::grappler::GraphMemory::InferStatically

12