HomeSort by relevance Sort by last modified time
    Searched refs:InferStatically (Results 1 - 23 of 23) sorted by null

  /external/tensorflow/tensorflow/core/grappler/costs/
graph_properties.h 92 Status InferStatically(bool assume_valid_feeds,
94 Status InferStatically(bool assume_valid_feeds) {
95 return InferStatically(assume_valid_feeds,
graph_memory_test.cc 52 Status s = memory.InferStatically(devices_);
80 Status s = memory.InferStatically(devices_);
107 Status s = memory.InferStatically(devices_);
146 Status s = memory.InferStatically(devices_);
174 Status s = memory.InferStatically(devices_);
210 Status status = memory.InferStatically(devices_);
graph_properties_test.cc 129 Status s = properties.InferStatically(true);
173 Status s = properties.InferStatically(true);
262 TF_CHECK_OK(static_properties.InferStatically(false));
308 TF_CHECK_OK(properties.InferStatically(false));
332 TF_CHECK_OK(properties.InferStatically(false));
365 TF_CHECK_OK(properties.InferStatically(false));
392 TF_CHECK_OK(properties.InferStatically(false));
410 TF_CHECK_OK(properties.InferStatically(false));
428 TF_CHECK_OK(properties.InferStatically(false));
481 TF_CHECK_OK(properties.InferStatically(false))
    [all...]
graph_memory.h 46 Status InferStatically(
graph_memory.cc 34 Status GraphMemory::InferStatically(
virtual_scheduler.cc 301 TF_RETURN_IF_ERROR(graph_properties_->InferStatically(
    [all...]
graph_properties.cc 689 TF_RETURN_IF_ERROR(gp.InferStatically(true, aggressive_shape_inference_));
811 // SymbolicShapeManager, later in InferStatically(), assigns the
    [all...]
  /external/tensorflow/tensorflow/core/grappler/optimizers/
shape_optimizer.cc 60 TF_RETURN_IF_ERROR(properties.InferStatically(false));
102 TF_RETURN_IF_ERROR(properties.InferStatically(false));
graph_optimizer_stage_test.cc 152 TF_CHECK_OK(properties.InferStatically(/*assume_valid_feeds*/ false));
194 TF_CHECK_OK(properties.InferStatically(/*assume_valid_feeds*/ false));
static_schedule.cc 95 TF_RETURN_IF_ERROR(properties.InferStatically(true));
163 TF_RETURN_IF_ERROR(properties.InferStatically(true));
pin_to_host_optimizer.cc 103 TF_RETURN_IF_ERROR(properties->InferStatically(
253 TF_RETURN_IF_ERROR(properties->InferStatically(
memory_optimizer.cc 538 Status s = memory.InferStatically(devices);
571 s = properties.InferStatically(false);
    [all...]
remapper.cc     [all...]
scoped_allocator_optimizer.cc 686 graph_properties.InferStatically(assume_valid_feeds));
    [all...]
layout_optimizer.cc     [all...]
arithmetic_optimizer.cc     [all...]
constant_folding.cc     [all...]
  /external/tensorflow/tensorflow/python/grappler/
model_analyzer.cc 32 TF_RETURN_IF_ERROR(properties.InferStatically(assume_valid_feeds));
item.i 148 tensorflow::Status status = properties.InferStatically(false);
cluster.i 400 status = memory.InferStatically(cluster->GetDevices());
  /external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
convert_graph_test.cc 99 TF_EXPECT_OK(graph_properties.InferStatically(true));
trt_optimization_pass.cc 229 TF_RETURN_IF_ERROR(static_graph_properties.InferStatically(true));
convert_nodes_test.cc 444 TF_EXPECT_OK(graph_properties.InferStatically(true));
    [all...]

Completed in 3124 milliseconds