Home
last modified time | relevance | path

Searched refs:GetInputProperties (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties_test.cc135 EXPECT_EQ(1, properties.GetInputProperties(node.name()).size()); in TEST_F()
146 const auto in_props = properties.GetInputProperties(node.name()); in TEST_F()
178 EXPECT_EQ(1, properties.GetInputProperties(node.name()).size()); in TEST_F()
184 const auto in_props = properties.GetInputProperties(node.name()); in TEST_F()
187 const auto cleared_props = properties.GetInputProperties(node.name()); in TEST_F()
207 EXPECT_EQ(0, properties.GetInputProperties(node.name()).size()); in TEST_F()
213 const auto props = properties.GetInputProperties(node.name()); in TEST_F()
219 const auto props = properties.GetInputProperties(node.name()); in TEST_F()
539 const auto props = properties.GetInputProperties("Less"); in TEST_F()
867 const auto input_props = properties.GetInputProperties("init_restore"); in TEST_F()
[all …]
Dgraph_properties.h116 const std::vector<OpInfo::TensorProperties>& GetInputProperties(
Dgraph_memory.cc91 properties->GetInputProperties(node.name()); in InferMemUsageForNodes()
Dvirtual_scheduler.cc664 graph_properties_->GetInputProperties(node->name()); in GetNodeStateOrCreateIt()
Dgraph_properties.cc2323 GraphProperties::GetInputProperties(const string& node_name) const { in GetInputProperties() function in tensorflow::grappler::GraphProperties
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dshape_optimizer.cc71 const auto& input_props = properties.GetInputProperties(node.name()); in Optimize()
105 const auto& prop1 = properties.GetInputProperties(input1.node->name()); in Optimize()
106 const auto& prop2 = properties.GetInputProperties(input2.node->name()); in Optimize()
Dconstant_folding.cc148 properties.GetInputProperties(node->name()).empty()) { in GetConcatAxis()
151 const auto& axis_input = properties.GetInputProperties(node->name()).back(); in GetConcatAxis()
361 properties.GetInputProperties(node->name()); in MaterializeShapes()
512 properties.GetInputProperties(shape_node.name()); in ExtractShape()
682 properties.GetInputProperties(node->name()); in MaterializeReductionIndices()
1522 properties.GetInputProperties(node.name()); in IsSimplifiableReshape()
1938 properties.GetInputProperties(node->name()).size() >= 2) { in RemoveShuffleOrTranspose()
1939 const auto& shape = properties.GetInputProperties(node->name())[0].shape(); in RemoveShuffleOrTranspose()
1944 const auto& p = properties.GetInputProperties(node->name())[1]; in RemoveShuffleOrTranspose()
1985 !properties.GetInputProperties(node->name()).empty()) { in RemoveRandomShuffle()
[all …]
Dstatic_schedule.cc38 properties.GetInputProperties(node.name()); in PredictExecutionTime()
Darithmetic_optimizer.cc2467 ctx().graph_properties->GetInputProperties(node->name()).size() == 2; in IsSupported()
2472 ctx().graph_properties->GetInputProperties(node->name())[1]; in TrySimplify()
2501 ctx().graph_properties->GetInputProperties(node->name())[0]; in TrySimplify()
2609 if (ctx().graph_properties->GetInputProperties(input->name()).size() < 2) { in TrySimplify()
2628 ctx().graph_properties->GetInputProperties(input->name())[i]; in TrySimplifyInternal()
2630 ctx().graph_properties->GetInputProperties(input->name())[j]; in TrySimplifyInternal()
2701 if (ctx().graph_properties->GetInputProperties(node->name()).size() < 2) { in TrySimplify()
2711 if (ctx().graph_properties->GetInputProperties(exp->name()).empty()) { in TrySimplify()
2715 const auto& t = ctx().graph_properties->GetInputProperties(exp->name())[0]; in TrySimplify()
2716 const auto& c = ctx().graph_properties->GetInputProperties(node->name())[1]; in TrySimplify()
[all …]
Dremapper.cc199 ctx.graph_properties.GetInputProperties(matched.conv2d->name()); in IsGpuCompatible()
437 const auto& props = ctx.graph_properties.GetInputProperties(node->name()); in FindFusedBatchNorm()
Dmemory_optimizer.cc1152 properties.GetInputProperties(node->name()); in SwappingPass()
Dlayout_optimizer.cc645 graph_properties_.GetInputProperties(node_->name())[pos].dtype(); in AddLayoutTransposeToInputs()
/external/tensorflow/tensorflow/python/grappler/
Dmodel_analyzer.cc90 properties.GetInputProperties(node->name()); in PrintNodeInfo()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes.cc247 void GetInputProperties(const grappler::GraphProperties& graph_properties, in GetInputProperties() function
251 auto input_params = graph_properties.GetInputProperties(node->name()); in GetInputProperties()
4194 GetInputProperties(graph_properties, in ConvertSegmentToGraphDef()