Home
last modified time | relevance | path

Searched refs:ShapeHandleToProto (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/core/ops/
Dragged_conversion_ops.cc73 c->ShapeHandleToProto(c->input(3 + i), &partition_shape); in ValidateRowPartitionTypesAndShapes()
230 c->ShapeHandleToProto(shape_handle, &shape); in RaggedTensorToTensorShapeFn()
240 c->ShapeHandleToProto(c->input(1), &value_shape); in RaggedTensorToTensorShapeFn()
243 c->ShapeHandleToProto(c->input(2), &default_value_shape); in RaggedTensorToTensorShapeFn()
/external/tensorflow/tensorflow/c/
Dpython_api.cc137 ic->ShapeHandleToProto(p.shape, out_shape_and_type->mutable_shape()); in GetHandleShapeAndType()
/external/tensorflow/tensorflow/compiler/jit/
Dshape_inference.cc116 context->ShapeHandleToProto(handle, &shape_proto); in PropagateShapes()
/external/tensorflow/tensorflow/core/framework/
Dshape_inference.h338 void ShapeHandleToProto(ShapeHandle handle, TensorShapeProto* proto);
Dshape_inference_test.cc1000 c.ShapeHandleToProto(s, &proto); in TEST_F()
1014 c.ShapeHandleToProto(u0, &proto); in TEST_F()
Dshape_inference.cc226 void InferenceContext::ShapeHandleToProto(ShapeHandle handle, in ShapeHandleToProto() function in tensorflow::shape_inference::InferenceContext
/external/tensorflow/tensorflow/core/common_runtime/
Dshape_refiner.cc117 node_context->ShapeHandleToProto(node_context->input(0), &proto); in InferShapesForFunctionSubNode()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_cond.cc798 shape_ctx->ShapeHandleToProto(shape_ctx->output(0), &shape); in BuildIfNode()
/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties.cc659 input_ic->ShapeHandleToProto(handle, &proto); in UpdateFunction()