Searched refs:flat_t (Results 1 – 2 of 2) sorted by relevance
790 auto flat_t = t->scalar<int32>(); in InternalMakeShapeFromTensor() local791 if (flat_t() != -1) { in InternalMakeShapeFromTensor()797 flat_t()); in InternalMakeShapeFromTensor()801 auto flat_t = t->scalar<int64>(); in InternalMakeShapeFromTensor() local802 if (flat_t() != -1) { in InternalMakeShapeFromTensor()808 flat_t()); in InternalMakeShapeFromTensor()831 auto flat_t = t->flat<int32>(); in InternalMakeShapeFromTensor() local832 for (int i = 0; i < flat_t.size(); ++i) { in InternalMakeShapeFromTensor()833 const int32 val = flat_t(i); in InternalMakeShapeFromTensor()842 auto flat_t = t->flat<int64>(); in InternalMakeShapeFromTensor() local[all …]
164 auto flat_t = t.flat<tstring>(); in operator ()() local167 hash = Hash64Combine(hash, Hash64(flat_t(i))); in operator ()()