Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Daggregate_ops.cc39 OP_REQUIRES_OK(ctx, GetTensorListBuffer(ctx->Input(0), &sum)); in Compile()
45 OP_REQUIRES_OK(ctx, GetTensorListBuffer(ctx->Input(i), &operand)); in Compile()
Dtensor_list_ops.cc220 OP_REQUIRES_OK(ctx, GetTensorListBuffer(state, &buffer)); in Compile()
253 OP_REQUIRES_OK(ctx, GetTensorListBuffer(ctx->Input(0), &buffer)); in Compile()
327 TF_RETURN_IF_ERROR(GetTensorListBuffer(input_list, output_list_buffer)); in GetInitializedList()
338 TF_RETURN_IF_ERROR(GetTensorListBuffer(output_list, output_list_buffer)); in GetInitializedList()
443 OP_REQUIRES_OK(ctx, GetTensorListBuffer(state, &ta)); in Compile()
Dtensor_list_utils.cc38 Status GetTensorListBuffer(const xla::XlaOp& op, xla::XlaOp* buffer) { in GetTensorListBuffer() function
88 TF_RETURN_IF_ERROR(GetTensorListBuffer(uninitialized_list, &input_buffer)); in InitializeTensorList()
Dtensor_list_utils.h39 Status GetTensorListBuffer(const xla::XlaOp& op, xla::XlaOp* buffer);