Home
last modified time | relevance | path

Searched refs:InferShapes (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dshape_inference_testutil.h69 static Status InferShapes(ShapeInferenceTestOp op, const string& ins,
84 "", ::tensorflow::shape_inference::ShapeInferenceTestutil::InferShapes( \
90 ::tensorflow::shape_inference::ShapeInferenceTestutil::InferShapes( \
Dshape_inference_testutil_test.cc64 return ShapeInferenceTestutil::InferShapes(op, ins, expected_outs) in RunInferShapes()
99 auto error_message = ShapeInferenceTestutil::InferShapes( in TEST()
Dshape_inference_testutil.cc29 Status ShapeInferenceTestutil::InferShapes(ShapeInferenceTestOp op, in InferShapes() function in tensorflow::shape_inference::ShapeInferenceTestutil
/external/tensorflow/tensorflow/compiler/jit/
Dshape_inference_test.cc50 TF_ASSERT_OK(InferShapes(graph.get(), /*arg_shapes=*/{}, in TEST()
114 TF_ASSERT_OK(InferShapes(&graph, /*arg_shapes=*/{}, /*fnlib_def=*/nullptr, in TEST()
Dshape_inference.h43 Status InferShapes(Graph* graph, const std::map<int, InferredShape>& arg_shapes,
Dshape_inference.cc135 Status InferShapes(Graph* graph, const std::map<int, InferredShape>& arg_shapes, in InferShapes() function
Dencapsulate_util.cc318 InferShapes(g, arg_shapes, /*fnlib_def=*/nullptr, &shape_info)); in PerformStaticShapeInferenceBeforeEncapsulation()
/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties.cc885 return InferShapes(*node, ctx); in UpdateNode()
1580 Status InferShapes(const NodeDef& node, NodeContext* c) { in InferShapes() function in tensorflow::grappler::SymbolicShapeRefiner