Searched refs:IsTensorListInput (Results 1 – 6 of 6) sorted by relevance
29 if (IsTensorListInput(ctx, i)) { in Compile()
100 if (IsTensorListInput(ctx, i)) { in MakeXlaCompilerArgumentsFromInputs()413 if (arg.initialized || !IsTensorListInput(ctx, i)) { in Compile()502 } else if (IsTensorListInput(ctx, input_num)) { in Compile()582 if (IsTensorListInput(ctx, i)) { in Compile()
26 bool IsTensorListInput(XlaOpKernelContext* ctx, int index);
340 if (IsTensorListInput(ctx, 0)) { in Compile()
638 bool element_is_tensor_list = IsTensorListInput(ctx, 1); in Compile()
111 bool IsTensorListInput(XlaOpKernelContext* ctx, int index) { in IsTensorListInput() function