Searched refs:GetTensorArray (Results 1 – 1 of 1) sorted by relevance
| /external/tensorflow/tensorflow/core/kernels/ |
| D | tensor_array_ops.cc | 75 Status GetTensorArray(OpKernelContext* ctx, TensorArray** tensor_array) { in GetTensorArray() function 435 OP_REQUIRES_OK(ctx, GetTensorArray(ctx, &tensor_array)); in Compute() 518 OP_REQUIRES_OK(ctx, GetTensorArray(ctx, &tensor_array)); in Compute() 606 OP_REQUIRES_OK(ctx, GetTensorArray(ctx, &tensor_array)); in Compute() 833 OP_REQUIRES_OK(ctx, GetTensorArray(ctx, &tensor_array)); in Compute() 1042 OP_REQUIRES_OK(ctx, GetTensorArray(ctx, &tensor_array)); in Compute() 1240 OP_REQUIRES_OK(ctx, GetTensorArray(ctx, &tensor_array)); in Compute() 1408 OP_REQUIRES_OK(ctx, GetTensorArray(ctx, &tensor_array)); in Compute() 1453 OP_REQUIRES_OK(ctx, GetTensorArray(ctx, &tensor_array)); in Compute()
|