Searched refs:begin_literal (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | strided_slice_op.cc | 53 xla::Literal begin_literal, end_literal, strides_literal; in Compile() local 54 OP_REQUIRES_OK(ctx, ctx->ConstantInput(1, &begin_literal)); in Compile() 60 ctx, LiteralToHostTensor(begin_literal, index_type_, &begin_tensor)); in Compile() 137 xla::Literal begin_literal, end_literal, strides_literal; in Compile() local 138 OP_REQUIRES_OK(ctx, ctx->ConstantInput(1, &begin_literal)); in Compile() 144 ctx, LiteralToHostTensor(begin_literal, index_type_, &begin_tensor)); in Compile() 245 xla::Literal begin_literal, end_literal, strides_literal; in Compile() local 246 OP_REQUIRES_OK(ctx, ctx->ConstantInput(1, &begin_literal)); in Compile() 252 ctx, LiteralToHostTensor(begin_literal, index_type_, &begin_tensor)); in Compile()
|