tensorflow::Tensor::unaligned_shaped()

TTypes< T, NDIMS >::UnalignedTensor tensorflow::Tensor::unaligned_shaped(gtl::ArraySlice< int64 > new_sizes)

2016-10-14 18:57:19
tensorflow::Tensor::NumElements()

int64 tensorflow::Tensor::NumElements() const Convenience accessor for the tensor shape.

2016-10-14 18:57:17
tensorflow::Tensor::CopyFrom()

bool tensorflow::Tensor::CopyFrom(const Tensor &other, const TensorShape &shape) TF_MUST_USE_RESULT Copy the other tensor

2016-10-14 18:57:14
tensorflow::Tensor::flat_outer_dims()

TTypes< T, NDIMS >::ConstTensor tensorflow::Tensor::flat_outer_dims() const

2016-10-14 18:57:16
tensorflow::Tensor::SharesBufferWith()

bool tensorflow::Tensor::SharesBufferWith(const Tensor &b) const

2016-10-14 18:57:18
tensorflow::Tensor::flat()

TTypes<T>::Flat tensorflow::Tensor::flat() Return the tensor data as an Eigen::Tensor of the data type and

2016-10-14 18:57:15
tensorflow::Tensor::bit_casted_tensor()

TTypes< T, NDIMS >::Tensor tensorflow::Tensor::bit_casted_tensor() Return the tensor data to an Eigen::Tensor

2016-10-14 18:57:14
tensorflow::Tensor::bit_casted_shaped()

TTypes< T, NDIMS >::Tensor tensorflow::Tensor::bit_casted_shaped(gtl::ArraySlice< int64 > new_sizes) Return the tensor

2016-10-14 18:57:13
tensorflow::Tensor::tensor()

TTypes< T, NDIMS >::Tensor tensorflow::Tensor::tensor()

2016-10-14 18:57:18
tensorflow::Tensor::shaped()

TTypes< T, NDIMS >::ConstTensor tensorflow::Tensor::shaped(gtl::ArraySlice< int64 > new_sizes) const

2016-10-14 18:57:17