Home
last modified time | relevance | path

Searched defs:refiner (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/graph/
Dgraph_constructor_test.cc73 ShapeRefiner* refiner = nullptr, in ExpectError()
97 ShapeRefiner* refiner = nullptr, in ExpectOK()
1172 ShapeRefiner refiner(TF_GRAPH_DEF_VERSION, graph_.op_registry()); in TEST_F() local
1212 ShapeRefiner refiner(TF_GRAPH_DEF_VERSION, graph_.op_registry()); in TEST_F() local
1275 ShapeRefiner refiner(TF_GRAPH_DEF_VERSION, graph_.op_registry()); in TEST_F() local
1340 ShapeRefiner refiner(TF_GRAPH_DEF_VERSION, graph_.op_registry()); in TEST_F() local
1372 ShapeRefiner refiner(TF_GRAPH_DEF_VERSION, graph_.op_registry()); in TEST_F() local
1393 ShapeRefiner refiner(TF_GRAPH_DEF_VERSION, graph_.op_registry()); in TEST_F() local
1415 ShapeRefiner refiner(TF_GRAPH_DEF_VERSION, graph_.op_registry()); in TEST_F() local
1440 ShapeRefiner refiner(TF_GRAPH_DEF_VERSION, graph_.op_registry()); in TEST_F() local
[all …]
Dgraph_constructor.cc126 const FunctionDefLibrary* library, Graph* g, ShapeRefiner* refiner, in Construct()
147 ShapeRefiner* refiner, in GraphConstructor()
1209 ShapeRefiner refiner(gdef.versions().producer(), g->op_registry()); in ConvertGraphDefToGraph() local
1218 ShapeRefiner refiner(TF_GRAPH_DEF_VERSION, g->op_registry()); in ConvertNodeDefsToGraph() local
1231 Graph* g, ShapeRefiner* refiner, in ImportGraphDef()
/external/tensorflow/tensorflow/cc/framework/
Dscope.cc45 ShapeRefiner* refiner, bool disable_shape_inference) in Impl()
57 const std::shared_ptr<ShapeRefiner>& refiner) in Impl()
68 ShapeRefiner* refiner = in NewRootScope() local
76 ShapeRefiner* refiner = in DisabledShapeInferenceScope() local
509 static Scope NewScope(Graph* graph, Status* status, ShapeRefiner* refiner) { in NewScope()
530 Scope NewInternalScope(Graph* graph, Status* status, ShapeRefiner* refiner) { in NewInternalScope()
/external/tensorflow/tensorflow/core/common_runtime/
Deval_const_tensor.cc39 const ShapeRefiner& refiner, in TryToInferTensorOutputFromInputShapes()
127 const Node& target_node, const ShapeRefiner& refiner, in ExtractConstantSubgraph()
308 Status EvaluateConstantTensor(OutputTensor tensor, const ShapeRefiner& refiner, in EvaluateConstantTensor()
Dshape_refiner.cc66 Status InferShapesForFunctionSubNode(const Node* node, ShapeRefiner* refiner, in InferShapesForFunctionSubNode()
/external/tensorflow/tensorflow/contrib/coder/kernels/
Drange_coder_ops_test.cc337 ShapeRefiner refiner{g.versions().producer(), g.op_registry()}; in TEST_F() local
/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties.cc2124 SymbolicShapeRefiner refiner(graph_view, fed_ports, in InferStatically() local