Searched defs:tensor_array (Results 1 - 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
H A Dtensor_array.cc17 #include "tensorflow/core/kernels/tensor_array.h"
28 namespace tensor_array { namespace in namespace:tensorflow
80 } // namespace tensor_array
H A Dtensor_array.h40 namespace tensor_array { namespace in namespace:tensorflow
42 // Full implementations are in tensor_array.cc
47 "tensor_array::AddToTensor type not supported: ",
75 "tensor_array::TensorSetZero type not supported: ",
99 } // namespace tensor_array
517 Status s = tensor_array::AddToTensor<Device, T>(ctx, existing_t,
525 Status s = tensor_array::AddToTensor<Device, T>(ctx, local_tensor_t,
612 Status s = tensor_array::TensorSetZero<Device, T>(ctx, tensor_t);
H A Dtensor_array_ops.cc35 #include "tensorflow/core/kernels/tensor_array.h"
74 Status GetTensorArray(OpKernelContext* ctx, TensorArray** tensor_array) { argument
82 container + ta_handle, tensor_array));
85 return LookupResource(ctx, HandleFromInput(ctx, 0), tensor_array);
205 TensorArray* tensor_array = new TensorArray( variable
212 rm->Create(ctx->step_container()->name(), key, tensor_array));
214 *output_tensor_array = tensor_array;
303 TensorArray* tensor_array; variable
306 &tensor_array));
307 core::ScopedUnref unref(tensor_array);
402 TensorArray* tensor_array = nullptr; variable
485 TensorArray* tensor_array = nullptr; variable
572 TensorArray* tensor_array = nullptr; variable
798 TensorArray* tensor_array = nullptr; variable
1007 TensorArray* tensor_array = nullptr; variable
1204 TensorArray* tensor_array = nullptr; variable
1370 TensorArray* tensor_array; variable
1415 TensorArray* tensor_array; variable
[all...]

Completed in 384 milliseconds