Home
last modified time | relevance | path

Searched refs:ConstantInputAsInt64Literal (Results 1 – 10 of 10) 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()
Dmirror_pad_op.cc92 ctx->ConstantInputAsInt64Literal("paddings", &pad_literal)); in Compile()
191 ctx->ConstantInputAsInt64Literal("paddings", &pad_literal)); in Compile()
Dpad_op.cc56 ctx->ConstantInputAsInt64Literal("paddings", &pad_literal)); in Compile()
Dxla_conv_op.cc67 OP_REQUIRES_OK(context, context->ConstantInputAsInt64Literal( in Compile()
Dreduce_window_op.cc110 OP_REQUIRES_OK(context, context->ConstantInputAsInt64Literal( in Compile()
Dxla_select_and_scatter_op.cc117 OP_REQUIRES_OK(context, context->ConstantInputAsInt64Literal( in Compile()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_op_kernel.h150 Status ConstantInputAsInt64Literal(int index, xla::Literal* out);
151 Status ConstantInputAsInt64Literal(absl::string_view name, xla::Literal* out);
Dxla_op_kernel.cc372 Status XlaOpKernelContext::ConstantInputAsInt64Literal(int index, in ConstantInputAsInt64Literal() function in tensorflow::XlaOpKernelContext
397 Status XlaOpKernelContext::ConstantInputAsInt64Literal(absl::string_view name, in ConstantInputAsInt64Literal() function in tensorflow::XlaOpKernelContext
400 return ConstantInputAsInt64Literal(index, out); in ConstantInputAsInt64Literal()
/external/tensorflow/tensorflow/core/tpu/kernels/
Dcross_replica_ops.cc112 ctx->ConstantInputAsInt64Literal(1, &source_target_literal)); in Compile()