Home
last modified time | relevance | path

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

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