Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dtensor_list_ops.cc74 TF_RETURN_IF_ERROR(ctx->ConstantInputAsPartialShape( in CreateZerosList()
274 OP_REQUIRES_OK(ctx, ctx->ConstantInputAsPartialShape(1, &element_shape)); in Compile()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_op_kernel.h143 Status ConstantInputAsPartialShape(int index, PartialTensorShape* shape);
Dxla_op_kernel.cc322 Status XlaOpKernelContext::ConstantInputAsPartialShape( in ConstantInputAsPartialShape() function in tensorflow::XlaOpKernelContext