Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_op_kernel.h158 Status ConstantInputAsPartialShape(int index, PartialTensorShape* shape);
Dxla_op_kernel.cc414 Status XlaOpKernelContext::ConstantInputAsPartialShape( in ConstantInputAsPartialShape() function in tensorflow::XlaOpKernelContext
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dtensor_list_ops.cc123 TF_RETURN_IF_ERROR(ctx->ConstantInputAsPartialShape(0, &partial_shape)); in TryGetElementShapeFromInput()