Searched defs:refiner (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/core/graph/ |
D | graph_constructor_test.cc | 73 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 …]
|
D | graph_constructor.cc | 120 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/ |
D | scope.cc | 40 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/core/common_runtime/ |
D | shape_refiner.cc | 65 Status InferShapesForFunctionSubNode(const Node* node, ShapeRefiner* refiner, in InferShapesForFunctionSubNode()
|
/external/tensorflow/tensorflow/contrib/coder/kernels/ |
D | range_coder_ops_test.cc | 338 ShapeRefiner refiner{g.versions().producer(), g.op_registry()}; in TEST_F() local
|
/external/tensorflow/tensorflow/core/grappler/costs/ |
D | graph_properties.cc | 975 SymbolicShapeRefiner refiner(&shape_refiner); in InferStatically() local
|