Home
last modified time | relevance | path

Searched refs:TensorShapeToConstant (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dshape_util.h29 Status TensorShapeToConstant(const TensorShape& input_shape,
Dshape_util.cc24 Status TensorShapeToConstant(const TensorShape& input_shape, in TensorShapeToConstant() function
Dshape_op.cc41 OP_REQUIRES_OK(ctx, TensorShapeToConstant(input_shape, &shape_constant)); in Compile()
61 OP_REQUIRES_OK(ctx, TensorShapeToConstant(input_shape, &shape_constant)); in Compile()
Dvariable_ops.cc54 OP_REQUIRES_OK(ctx, TensorShapeToConstant(shape, &shape_constant)); in Compile()