Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dtensor_shape.cc138 TensorShapeBase<Shape>::TensorShapeBase(const TensorShapeProto& proto) { in TensorShapeBase() function in tensorflow::TensorShapeBase
157 TensorShapeBase<Shape>::TensorShapeBase(gtl::ArraySlice<int64> dim_sizes) { in TensorShapeBase() function in tensorflow::TensorShapeBase
251 TensorShapeBase<Shape>::TensorShapeBase() { in TensorShapeBase() function in tensorflow::TensorShapeBase
791 template class TensorShapeBase<TensorShape>; variable
792 template class TensorShapeBase<PartialTensorShape>; variable
Dtensor_shape.h171 TensorShapeBase(std::initializer_list<int64> dim_sizes) in TensorShapeBase() function
562 inline TensorShapeBase<Shape>::TensorShapeBase(DataType dt) { in TensorShapeBase() function