HomeSort by relevance Sort by last modified time
    Searched refs:as64 (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/framework/
tensor_shape.cc 244 delete as64()->dims_;
250 delete as64()->dims_;
263 *(as64()->dims_) = *(b.as64()->dims_);
266 as64()->dims_ = new gtl::InlinedVector<int64, 4>(*(b.as64()->dims_));
285 return (*as64()->dims_)[d];
296 delete as64()->dims_;
347 as64()->dims_->push_back(size);
374 as64()->dims_
    [all...]
tensor_shape.h 113 Rep64* as64() { return reinterpret_cast<Rep64*>(buf()); } function in class:tensorflow::TensorShapeRep
117 const Rep64* as64() const { return reinterpret_cast<const Rep64*>(buf()); } function in class:tensorflow::TensorShapeRep

Completed in 176 milliseconds