Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dstateless_random_ops.cc79 OP_REQUIRES_OK(ctx, ctx->ConstantInputAsShape(0, &shape)); in Compile()
118 OP_REQUIRES_OK(ctx, ctx->ConstantInputAsShape(0, &shape)); in Compile()
166 OP_REQUIRES_OK(ctx, ctx->ConstantInputAsShape(0, &shape)); in Compile()
207 OP_REQUIRES_OK(ctx, ctx->ConstantInputAsShape(0, &shape)); in Compile()
Drandom_ops.cc44 OP_REQUIRES_OK(ctx, ctx->ConstantInputAsShape(0, &shape)); in Compile()
214 OP_REQUIRES_OK(ctx, ctx->ConstantInputAsShape(0, &shape)); in Compile()
249 OP_REQUIRES_OK(ctx, ctx->ConstantInputAsShape(0, &shape)); in Compile()
277 OP_REQUIRES_OK(ctx, ctx->ConstantInputAsShape(0, &shape)); in Compile()
Dconv_ops.cc102 OP_REQUIRES_OK(ctx, ctx->ConstantInputAsShape(0, &input_tensor_shape)); in Compile()
160 OP_REQUIRES_OK(ctx, ctx->ConstantInputAsShape(1, &filter_tensor_shape)); in Compile()
Dbroadcast_to_op.cc33 OP_REQUIRES_OK(context, context->ConstantInputAsShape(1, &output_shape)); in Compile()
Dsparse_to_dense_op.cc44 OP_REQUIRES_OK(context, context->ConstantInputAsShape(1, &output_shape)); in Compile()
Dscatter_nd_op.cc88 OP_REQUIRES_OK(context, context->ConstantInputAsShape(2, &buffer_shape)); in Compile()
Dstrided_slice_op.cc135 OP_REQUIRES_OK(ctx, ctx->ConstantInputAsShape(0, &input_shape)); in Compile()
Dstateful_random_ops.cc214 TF_RETURN_IF_ERROR(ctx->ConstantInputAsShape(shape_input_idx, &shape)); in CompileImpl()
Dpooling_ops.cc405 OP_REQUIRES_OK(ctx, ctx->ConstantInputAsShape(0, &gradients_shape)); in Compile()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_op_kernel.h139 Status ConstantInputAsShape(int index, TensorShape* shape);
Dxla_op_kernel.cc313 Status XlaOpKernelContext::ConstantInputAsShape(int index, TensorShape* shape) { in ConstantInputAsShape() function in tensorflow::XlaOpKernelContext