Home
last modified time | relevance | path

Searched refs:TensorShapeBase (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dtensor_shape.cc38 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::TensorShapeBase
159 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::TensorShapeBase
191 Status TensorShapeBase<Shape>::BuildTensorShapeBase( in BuildTensorShapeBase()
192 gtl::ArraySlice<int64> dim_sizes, TensorShapeBase* out) { in BuildTensorShapeBase()
[all …]
Dtensor_shape.h166 class TensorShapeBase : public TensorShapeRep {
170 explicit TensorShapeBase(gtl::ArraySlice<int64> dim_sizes);
171 TensorShapeBase(std::initializer_list<int64> dim_sizes) in TensorShapeBase() function
172 : 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 …]
/external/tensorflow/tensorflow/security/advisory/
Dtfsa-2020-027.md27 int64 TensorShapeBase<Shape>::dim_size(int d) const {