Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/ops/
Dragged_conversion_ops.cc73 c->ShapeHandleToProto(c->input(3 + i), &partition_shape); in ValidateRowPartitionTypesAndShapes()
248 c->ShapeHandleToProto(shape_handle, &shape); in RaggedTensorToTensorShapeFn()
258 c->ShapeHandleToProto(c->input(1), &value_shape); in RaggedTensorToTensorShapeFn()
261 c->ShapeHandleToProto(c->input(2), &default_value_shape); in RaggedTensorToTensorShapeFn()
/external/tensorflow/tensorflow/c/
Dpython_api.cc101 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/tpu/kernels/xla/
Dhost_compute_ops.cc354 shape_ctx->ShapeHandleToProto(handle, &shape_proto); in InferOutputShapes()
/external/tensorflow/tensorflow/core/framework/
Dshape_inference.h359 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.cc228 void InferenceContext::ShapeHandleToProto(ShapeHandle handle, in ShapeHandleToProto() function in tensorflow::shape_inference::InferenceContext
/external/tensorflow/tensorflow/core/common_runtime/
Dshape_refiner.cc119 node_context->ShapeHandleToProto(node_context->input(0), &proto); in InferShapesForFunctionSubNode()
/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties.cc815 input_ic->ShapeHandleToProto(handle, &proto); in UpdateFunction()
835 input_ic->ShapeHandleToProto( in UpdateFunction()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_cond.cc806 shape_ctx->ShapeHandleToProto(shape_ctx->output(0), &shape); in BuildIfNode()