Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_op_kernel.cc328 int64 shape_val; in ConstantInputAsPartialShape() local
329 TF_RETURN_IF_ERROR(LiteralToInt64Scalar(literal, &shape_val)); in ConstantInputAsPartialShape()
330 if (shape_val != -1) { in ConstantInputAsPartialShape()
332 "Cannot convert value to PartialTensorShape: ", shape_val); in ConstantInputAsPartialShape()