Home
last modified time | relevance | path

Searched refs:ShapeHandleToTensorShape (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/jit/
Dshape_inference.cc32 Status ShapeHandleToTensorShape(shape_inference::InferenceContext* context, in ShapeHandleToTensorShape() function
217 ShapeHandleToTensorShape(context, context->output(i), &output.shape)); in StoreOutputShapes()
223 TF_RETURN_IF_ERROR(ShapeHandleToTensorShape( in StoreOutputShapes()
/external/tensorflow/tensorflow/tools/graph_transforms/
Dfold_constants_lib.cc198 Status ShapeHandleToTensorShape(const shape_inference::ShapeHandle& handle, in ShapeHandleToTensorShape() function
271 TF_RETURN_IF_ERROR(ShapeHandleToTensorShape(ctx->output(output_idx), ctx, in FoldConstants()