Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Drandom_ops.cc49 OP_REQUIRES_OK(ctx, ctx->ConstantInputAsShape( in Compile()
86 OP_REQUIRES_OK(ctx, ctx->ConstantInputAsShape(0, &shape)); in Compile()
126 OP_REQUIRES_OK(ctx, ctx->ConstantInputAsShape( in Compile()
158 OP_REQUIRES_OK(ctx, ctx->ConstantInputAsShape(0, &shape)); in Compile()
217 OP_REQUIRES_OK(ctx, ctx->ConstantInputAsShape(0, &shape)); in Compile()
Dstateless_random_ops.cc154 OP_REQUIRES_OK(ctx, ctx->ConstantInputAsShape(0, &shape)); in Compile()
199 OP_REQUIRES_OK(ctx, ctx->ConstantInputAsShape(0, &shape)); in Compile()
250 OP_REQUIRES_OK(ctx, ctx->ConstantInputAsShape(0, &shape)); in Compile()
291 OP_REQUIRES_OK(ctx, ctx->ConstantInputAsShape(0, &shape)); in Compile()
342 OP_REQUIRES_OK(ctx, ctx->ConstantInputAsShape(0, &shape)); in Compile()
386 OP_REQUIRES_OK(ctx, ctx->ConstantInputAsShape(0, &shape)); in Compile()
Dstateless_random_ops_v2.cc218 OP_REQUIRES_OK(ctx, ctx->ConstantInputAsShape( in Compile()
252 Status status = ctx->ConstantInputAsShape(0, &static_shape); in Compile()
288 OP_REQUIRES_OK(ctx, ctx->ConstantInputAsShape(0, &shape)); in Compile()
352 OP_REQUIRES_OK(ctx, ctx->ConstantInputAsShape(0, &shape)); in Compile()
401 OP_REQUIRES_OK(ctx, ctx->ConstantInputAsShape( in Compile()
436 Status status = ctx->ConstantInputAsShape(0, &static_shape); in Compile()
472 OP_REQUIRES_OK(ctx, ctx->ConstantInputAsShape(0, &shape)); in Compile()
Dconv_ops.cc108 ctx, ctx->ConstantInputAsShape(0, &input_tensor_shape, in Compile()
176 ctx, ctx->ConstantInputAsShape(1, &filter_tensor_shape, in Compile()
Dbroadcast_to_op.cc34 context->ConstantInputAsShape( in Compile()
Dsparse_to_dense_op.cc45 context->ConstantInputAsShape( in Compile()
Dscatter_nd_op.cc96 OP_REQUIRES_OK(context, context->ConstantInputAsShape(2, &buffer_shape)); in Compile()
Dstateful_random_ops.cc196 TF_RETURN_IF_ERROR(ctx->ConstantInputAsShape(shape_input_idx, &shape)); in CompileImpl()
Dpooling_ops.cc473 ctx, ctx->ConstantInputAsShape(0, &gradients_shape, in Compile()
Dstrided_slice_op.cc523 ctx, ctx->ConstantInputAsShape(0, &input_shape, in Compile()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_op_kernel.h196 Status ConstantInputAsShape(
Dxla_op_kernel.cc441 Status XlaOpKernelContext::ConstantInputAsShape(int index, TensorShape* shape, in ConstantInputAsShape() function in tensorflow::XlaOpKernelContext