Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Daggregate_ops.cc76 OP_REQUIRES_OK(ctx, GetTensorListPushIndex(ctx->Input(0), &push_index)); in Compile()
Dtensor_list_utils.h53 Status GetTensorListPushIndex(xla::XlaOp list, xla::XlaOp* push_index);
Dshape_op.cc373 OP_REQUIRES_OK(ctx, GetTensorListPushIndex(list, &push_index)); in Compile()
Dtensor_list_utils.cc160 Status GetTensorListPushIndex(xla::XlaOp list, xla::XlaOp* push_index) { in GetTensorListPushIndex() function