Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Daggregate_ops.cc59 GetTensorListBufferShape(ctx->Input(0), &sum_shape)); in Compile()
66 ctx, GetTensorListBufferShape(ctx->Input(i), &operand_shape)); in Compile()
Dtensor_list_utils.h43 Status GetTensorListBufferShape(xla::XlaOp list, xla::Shape* buffer_shape);
Dtensor_list_ops.cc308 OP_REQUIRES_OK(ctx, GetTensorListBufferShape(ctx->Input(0), &list_shape)); in Compile()
410 OP_REQUIRES_OK(ctx, GetTensorListBufferShape(list, &buffer_xla_shape)); in Compile()
Dtensor_list_utils.cc139 Status GetTensorListBufferShape(xla::XlaOp list, xla::Shape* buffer_shape) { in GetTensorListBufferShape() function