Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/graph/
Dgraph_constructor_test.cc73 ShapeRefiner* refiner = nullptr, in ExpectError()
97 ShapeRefiner* refiner = nullptr, in ExpectOK()
1167 ShapeRefiner refiner(TF_GRAPH_DEF_VERSION, graph_.op_registry()); in TEST_F() local
1207 ShapeRefiner refiner(TF_GRAPH_DEF_VERSION, graph_.op_registry()); in TEST_F() local
1270 ShapeRefiner refiner(TF_GRAPH_DEF_VERSION, graph_.op_registry()); in TEST_F() local
1335 ShapeRefiner refiner(TF_GRAPH_DEF_VERSION, graph_.op_registry()); in TEST_F() local
1367 ShapeRefiner refiner(TF_GRAPH_DEF_VERSION, graph_.op_registry()); in TEST_F() local
1388 ShapeRefiner refiner(TF_GRAPH_DEF_VERSION, graph_.op_registry()); in TEST_F() local
1410 ShapeRefiner refiner(TF_GRAPH_DEF_VERSION, graph_.op_registry()); in TEST_F() local
1435 ShapeRefiner refiner(TF_GRAPH_DEF_VERSION, graph_.op_registry()); in TEST_F() local
[all …]
Dgraph_constructor.cc120 const FunctionDefLibrary* library, Graph* g, ShapeRefiner* refiner, in Construct()
141 ShapeRefiner* refiner, in GraphConstructor()
1171 ShapeRefiner refiner(gdef.versions().producer(), g->op_registry()); in ConvertGraphDefToGraph() local
1180 ShapeRefiner refiner(TF_GRAPH_DEF_VERSION, g->op_registry()); in ConvertNodeDefsToGraph() local
1193 Graph* g, ShapeRefiner* refiner, in ImportGraphDef()
/external/tensorflow/tensorflow/cc/framework/
Dscope.cc40 ShapeRefiner* refiner, bool disable_shape_inference) in Impl()
52 const std::shared_ptr<ShapeRefiner>& refiner) in Impl()
63 ShapeRefiner* refiner = in NewRootScope() local
71 ShapeRefiner* refiner = in DisabledShapeInferenceScope() local
434 static Scope NewScope(Graph* graph, Status* status, ShapeRefiner* refiner) { in NewScope()
449 Scope NewInternalScope(Graph* graph, Status* status, ShapeRefiner* refiner) { in NewInternalScope()
/external/tensorflow/tensorflow/contrib/coder/kernels/
Drange_coder_ops_test.cc338 ShapeRefiner refiner{g.versions().producer(), g.op_registry()}; in TEST_F() local
/external/tensorflow/tensorflow/core/common_runtime/
Dshape_refiner.cc65 Status InferShapesForFunctionSubNode(const Node* node, ShapeRefiner* refiner, in InferShapesForFunctionSubNode()
/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties.cc975 SymbolicShapeRefiner refiner(&shape_refiner); in InferStatically() local