Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dtensor_shape.cc244 delete as64()->dims_; in DestructorOutOfLine()
250 delete as64()->dims_; in SlowCopyFrom()
263 *(as64()->dims_) = *(b.as64()->dims_); in SlowCopyFrom()
266 as64()->dims_ = new gtl::InlinedVector<int64, 4>(*(b.as64()->dims_)); in SlowCopyFrom()
285 return (*as64()->dims_)[d]; in dim_size()
296 delete as64()->dims_; in ClearAllButDataType()
347 as64()->dims_->push_back(size); in UnsafeAddDim()
374 as64()->dims_ = in UnsafeAddDim()
423 (*as64()->dims_)[d] = size; in set_dim()
493 fprintf(stderr, "dim %d: %lld\n", i, (*as64()->dims_)[i]); in DumpRep()
Dtensor_shape.h113 Rep64* as64() { return reinterpret_cast<Rep64*>(buf()); } in as64() function
117 const Rep64* as64() const { return reinterpret_cast<const Rep64*>(buf()); } in as64() function