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

  /external/tensorflow/tensorflow/core/framework/
tensor_shape.h 42 class TensorShapeRep {
44 ~TensorShapeRep();
47 TensorShapeRep(const TensorShapeRep& b);
48 void operator=(const TensorShapeRep& b);
54 TensorShapeRep(TensorShapeRep&& b);
55 void operator=(TensorShapeRep&& b);
79 TensorShapeRep() = default;
148 void SlowCopyFrom(const TensorShapeRep& b)
    [all...]
tensor_shape.cc 29 // TensorShapeRep. In particular, their sizes should be the same.
30 static_assert(sizeof(TensorShapeRep) == sizeof(TensorShape),
31 "TensorShape must have no fields beyond TensorShapeRep");
32 static_assert(sizeof(TensorShapeRep) == sizeof(PartialTensorShape),
33 "PartialTensorShape must have no fields beyond TensorShapeRep");
242 void TensorShapeRep::DestructorOutOfLine() {
247 void TensorShapeRep::SlowCopyFrom(const TensorShapeRep& b) {
289 void TensorShapeRep::Clear() {
294 void TensorShapeRep::ClearAllButDataType()
    [all...]

Completed in 619 milliseconds