Home
last modified time | relevance | path

Searched refs:ConstantInputList (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Ddynamic_stitch_op.cc58 OP_REQUIRES_OK(ctx, ctx->ConstantInputList("indices", &indices_input)); in Compile()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_op_kernel.h207 Status ConstantInputList(
Dxla_op_kernel.cc497 Status XlaOpKernelContext::ConstantInputList(absl::string_view name, in ConstantInputList() function in tensorflow::XlaOpKernelContext