Searched refs:flat_t (Results 1 – 2 of 2) sorted by relevance
786 auto flat_t = t->scalar<int32>(); in InternalMakeShapeFromTensor() local787 if (flat_t() != -1) { in InternalMakeShapeFromTensor()793 flat_t()); in InternalMakeShapeFromTensor()797 auto flat_t = t->scalar<int64>(); in InternalMakeShapeFromTensor() local798 if (flat_t() != -1) { in InternalMakeShapeFromTensor()804 flat_t()); in InternalMakeShapeFromTensor()827 auto flat_t = t->flat<int32>(); in InternalMakeShapeFromTensor() local828 for (int i = 0; i < flat_t.size(); ++i) { in InternalMakeShapeFromTensor()829 const int32 val = flat_t(i); in InternalMakeShapeFromTensor()838 auto flat_t = t->flat<int64>(); in InternalMakeShapeFromTensor() local[all …]
158 auto flat_t = t.flat<tstring>(); in operator ()() local161 hash = Hash64Combine(hash, Hash64(flat_t(i))); in operator ()()