Searched defs:refiner (Results 1 – 7 of 7) 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() 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 …]
|
D | graph_constructor.cc | 126 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/ |
D | scope.cc | 45 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/ |
D | eval_const_tensor.cc | 39 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()
|
D | shape_refiner.cc | 66 Status InferShapesForFunctionSubNode(const Node* node, ShapeRefiner* refiner, in InferShapesForFunctionSubNode()
|
/external/tensorflow/tensorflow/contrib/coder/kernels/ |
D | range_coder_ops_test.cc | 337 ShapeRefiner refiner{g.versions().producer(), g.op_registry()}; in TEST_F() local
|
/external/tensorflow/tensorflow/core/grappler/costs/ |
D | graph_properties.cc | 2124 SymbolicShapeRefiner refiner(graph_view, fed_ports, in InferStatically() local
|