Searched refs:HandleSliceToElement (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/util/ |
D | batch_util.cc | 83 void HandleSliceToElement(const Tensor& parent, Tensor* element, int64 index) { in HandleSliceToElement() function 88 void HandleSliceToElement(Tensor* parent, Tensor* element, int64 index, in HandleSliceToElement() function 94 void HandleSliceToElement<string>(Tensor* parent, Tensor* element, int64 index, in HandleSliceToElement() function 108 void HandleSliceToElement<Variant>(Tensor* parent, Tensor* element, int64 index, in HandleSliceToElement() function 152 HandleSliceToElement<T>(parent, element, index); \ in CopySliceToElement() 176 HandleSliceToElement<T>(parent, element, index, can_move); \ in MaybeMoveSliceToElement()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | queue_base.cc | 31 Status HandleSliceToElement(const Tensor& parent, Tensor* element, in HandleSliceToElement() function
|