/external/tensorflow/tensorflow/core/grappler/costs/ |
D | graph_properties_test.cc | 160 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 …]
|
D | graph_properties.h | 99 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()
|
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_memory.h | 46 Status InferStatically(
|
D | graph_memory.cc | 34 Status GraphMemory::InferStatically( in InferStatically() function in tensorflow::grappler::GraphMemory
|
D | virtual_scheduler.cc | 424 TF_RETURN_IF_ERROR(graph_properties_->InferStatically( in Init()
|
D | graph_properties.cc | 910 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/ |
D | segment_test.cc | 392 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/ |
D | shape_optimizer.cc | 95 properties.InferStatically(/*assume_valid_feeds=*/false, in Optimize() 159 properties.InferStatically(/*assume_valid_feeds=*/false, in Optimize()
|
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 | static_schedule.cc | 98 properties.InferStatically(/*assume_valid_feeds=*/true, in EstimateEarliestExecutionTimes() 169 properties.InferStatically(/*assume_valid_feeds=*/true, in EstimateRequiredTimes()
|
D | pin_to_host_optimizer.cc | 105 TF_RETURN_IF_ERROR(properties->InferStatically( in IsNodeOutputPortHostFriendly() 257 TF_RETURN_IF_ERROR(properties->InferStatically( in IsNodeHostCandidate()
|
D | memory_optimizer.cc | 544 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()
|
D | remapper.cc | 1804 TF_RETURN_IF_ERROR(ctx.graph_properties.InferStatically( in IsCpuCompatibleDataType() 1840 TF_RETURN_IF_ERROR(ctx.graph_properties.InferStatically( in IsCpuCompatibleDataType()
|
D | scoped_allocator_optimizer.cc | 921 LOG_WARNING_AND_RETURN_IF_ERROR(graph_properties.InferStatically( in Optimize()
|
D | layout_optimizer.cc | 2266 graph_properties.InferStatically(/*assume_valid_feeds=*/false, in Optimize()
|
D | generic_layout_optimizer_transposer.cc | 230 TF_RETURN_IF_ERROR(context->graph_properties->InferStatically(false)); in InitializeTransposeContext()
|
D | arithmetic_optimizer.cc | 3814 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_wrapper.cc | 195 tensorflow::MaybeRaiseFromStatus(properties.InferStatically(false)); in PYBIND11_MODULE()
|
D | cluster_wrapper.cc | 312 memory.InferStatically(cluster->GetDevices())); in PYBIND11_MODULE()
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ |
D | convert_graph_test.cc | 160 TF_EXPECT_OK(graph_properties.InferStatically(true)); in RunConvertAfterShape()
|
D | convert_graph.cc | 720 TF_RETURN_IF_ERROR(static_graph_properties.InferStatically(true)); in ConvertAfterShapes()
|
D | convert_nodes_test.cc | 540 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/ |
D | symbols_pybind.txt | 269 tensorflow::grappler::GraphProperties::InferStatically 308 tensorflow::grappler::GraphMemory::InferStatically
|