Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dbatchtospace_op.cc155 OP_REQUIRES_OK(ctx, ctx->ConstantInputAsInt64Literal(2, &crops)); in Compile()
177 OP_REQUIRES_OK(ctx, ctx->ConstantInputAsInt64Literal(1, &crops)); in Compile()
Dspacetobatch_op.cc157 OP_REQUIRES_OK(ctx, ctx->ConstantInputAsInt64Literal(2, &paddings)); in Compile()
179 OP_REQUIRES_OK(ctx, ctx->ConstantInputAsInt64Literal(1, &paddings)); in Compile()
Dpad_op.cc56 ctx->ConstantInputAsInt64Literal("paddings", &pad_literal)); in Compile()
Dxla_conv_op.cc67 OP_REQUIRES_OK(context, context->ConstantInputAsInt64Literal( in Compile()
Dmirror_pad_op.cc90 ctx->ConstantInputAsInt64Literal("paddings", &pad_literal)); in Compile()
Dreduce_window_op.cc111 OP_REQUIRES_OK(context, context->ConstantInputAsInt64Literal( in Compile()
Dxla_select_and_scatter_op.cc118 OP_REQUIRES_OK(context, context->ConstantInputAsInt64Literal( in Compile()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_op_kernel.h135 Status ConstantInputAsInt64Literal(int index, xla::Literal* out);
136 Status ConstantInputAsInt64Literal(absl::string_view name, xla::Literal* out);
Dxla_op_kernel.cc280 Status XlaOpKernelContext::ConstantInputAsInt64Literal(int index, in ConstantInputAsInt64Literal() function in tensorflow::XlaOpKernelContext
305 Status XlaOpKernelContext::ConstantInputAsInt64Literal(absl::string_view name, in ConstantInputAsInt64Literal() function in tensorflow::XlaOpKernelContext
308 return ConstantInputAsInt64Literal(index, out); in ConstantInputAsInt64Literal()