Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dtensor_list_utils.h32 bool IsTensorListInput(XlaOpKernelContext* ctx, int index);
Dtensor_list_utils.cc27 bool IsTensorListInput(XlaOpKernelContext* ctx, int index) { in IsTensorListInput() function
Dwhile_op.cc88 if (IsTensorListInput(ctx, i)) { in MakeXlaCompilerArgumentsFromInputs()
392 if (arg.initialized || !IsTensorListInput(ctx, i)) { in Compile()
482 } else if (IsTensorListInput(ctx, input_num)) { in Compile()