Home
last modified time | relevance | path

Searched refs:HandleSliceToElement (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Dbatch_util.cc83 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/
Dqueue_base.cc31 Status HandleSliceToElement(const Tensor& parent, Tensor* element, in HandleSliceToElement() function