Home
last modified time | relevance | path

Searched defs:TensorShapeBase (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dtensor_shape.cc139 TensorShapeBase<Shape>::TensorShapeBase(const TensorShapeProto& proto) { in TensorShapeBase() function in tensorflow::TensorShapeBase
183 TensorShapeBase<Shape>::TensorShapeBase(gtl::ArraySlice<int64_t> dim_sizes) { in TensorShapeBase() function in tensorflow::TensorShapeBase
298 TensorShapeBase<Shape>::TensorShapeBase() { in TensorShapeBase() function in tensorflow::TensorShapeBase
1027 template class TensorShapeBase<TensorShape>; variable
1028 template class TensorShapeBase<PartialTensorShape>; variable
H A Dtensor_shape.h169 TensorShapeBase(std::initializer_list<int64_t> dim_sizes) in TensorShapeBase() function
750 inline TensorShapeBase<Shape>::TensorShapeBase(DataType dt) { in TensorShapeBase() function