Searched refs:TensorShapeBase (Results 1 – 3 of 3) sorted by relevance
38 static void AppendTo(const TensorShapeBase<Shape>& s, in AppendTo()58 bool TensorShapeBase<Shape>::IsValid() { in IsValid()78 bool TensorShapeBase<Shape>::IsValid(const TensorShapeProto& proto) { in IsValid()98 Status TensorShapeBase<Shape>::IsValidShape(const TensorShapeProto& proto) { in IsValidShape()140 TensorShapeBase<Shape>::TensorShapeBase(const TensorShapeProto& proto) { in TensorShapeBase() function in tensorflow::TensorShapeBase159 Status TensorShapeBase<Shape>::BuildTensorShapeBase( in BuildTensorShapeBase()160 const TensorShapeProto& proto, TensorShapeBase* out) { in BuildTensorShapeBase()184 TensorShapeBase<Shape>::TensorShapeBase(gtl::ArraySlice<int64> dim_sizes) { in TensorShapeBase() function in tensorflow::TensorShapeBase191 Status TensorShapeBase<Shape>::BuildTensorShapeBase( in BuildTensorShapeBase()192 gtl::ArraySlice<int64> dim_sizes, TensorShapeBase* out) { in BuildTensorShapeBase()[all …]
166 class TensorShapeBase : public TensorShapeRep {170 explicit TensorShapeBase(gtl::ArraySlice<int64> dim_sizes);171 TensorShapeBase(std::initializer_list<int64> dim_sizes) in TensorShapeBase() function172 : TensorShapeBase(gtl::ArraySlice<int64>(dim_sizes)) {} in TensorShapeBase()175 TensorShapeBase();178 TensorShapeBase(const TensorShapeProto& proto);185 TensorShapeBase* out);187 TensorShapeBase* out) { in BuildTensorShapeBase()191 TensorShapeBase* out);213 void AppendShape(const TensorShapeBase& shape);[all …]
27 int64 TensorShapeBase<Shape>::dim_size(int d) const {