Home
last modified time | relevance | path

Searched refs:GetTensorListPushIndex (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dtensor_list_utils.cc44 Status GetTensorListPushIndex(const xla::XlaOp& op, xla::XlaOp* push_index) { in GetTensorListPushIndex() function
96 TF_RETURN_IF_ERROR(GetTensorListPushIndex(uninitialized_list, &push_index)); in InitializeTensorList()
Dtensor_list_ops.cc51 OP_REQUIRES_OK(ctx, GetTensorListPushIndex(ctx->Input(0), &index)); in Compile()
356 OP_REQUIRES_OK(ctx, GetTensorListPushIndex(tl, &push_index)); in Compile()
401 OP_REQUIRES_OK(ctx, GetTensorListPushIndex(list_tuple, &index)); in Compile()
445 OP_REQUIRES_OK(ctx, GetTensorListPushIndex(state, &index)); in Compile()
Dtensor_list_utils.h42 Status GetTensorListPushIndex(const xla::XlaOp& op, xla::XlaOp* push_index);
Daggregate_ops.cc59 OP_REQUIRES_OK(ctx, GetTensorListPushIndex(ctx->Input(0), &push_index)); in Compile()