Searched refs:ShapeHandleToProto (Results 1 – 7 of 7) sorted by relevance
138 ic->ShapeHandleToProto(p.shape, out_shape_and_type->mutable_shape()); in GetHandleShapeAndType()
373 void ShapeHandleToProto(ShapeHandle handle, TensorShapeProto* proto);
985 c.ShapeHandleToProto(s, &proto); in TEST_F()999 c.ShapeHandleToProto(u0, &proto); in TEST_F()
285 void InferenceContext::ShapeHandleToProto(ShapeHandle handle, in ShapeHandleToProto() function in tensorflow::shape_inference::InferenceContext
109 node_context->ShapeHandleToProto(node_context->input(0), &proto); in InferShapesForFunctionSubNode()
1989 context->ShapeHandleToProto(shape, &proto); in DoStaticShapeInferenceForOutsideCompilationSend()2008 context->ShapeHandleToProto(shape, &proto); in DoStaticShapeInferenceForOutsideCompilationSend()
645 input_ic->ShapeHandleToProto(handle, &proto); in UpdateFunction()