Home
last modified time | relevance | path

Searched refs:MaybeMoveSliceToElement (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Dbatch_util.h39 Status MaybeMoveSliceToElement(Tensor* parent, Tensor* element, int64 index);
Dbatch_util.cc170 Status MaybeMoveSliceToElement(Tensor* parent, Tensor* element, int64 index) { in MaybeMoveSliceToElement() function
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dunbatch_dataset_op.cc113 TF_RETURN_IF_ERROR(batch_util::MaybeMoveSliceToElement( in GetNextInternal()
/external/tensorflow/tensorflow/core/framework/
Dtensor.h52 Status MaybeMoveSliceToElement(Tensor* parent, Tensor* element, int64 index);
632 friend Status batch_util::MaybeMoveSliceToElement(