Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Daggregate_ops.cc50 bool is_nested_list; in Compile() local
51 OP_REQUIRES_OK(ctx, IsNestedTensorList(ctx->Input(0), &is_nested_list)); in Compile()
52 OP_REQUIRES(ctx, !is_nested_list, in Compile()
Dtensor_list_utils.h34 Status IsNestedTensorList(xla::XlaOp list, bool* is_nested_list);
Dtensor_list_utils.cc121 Status IsNestedTensorList(xla::XlaOp list, bool* is_nested_list) { in IsNestedTensorList() argument
128 *is_nested_list = (xla::ShapeUtil::TupleElementCount(list_shape) > 2); in IsNestedTensorList()