Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dtensor_shape.cc117 TensorShapeBase<Shape>::TensorShapeBase(const TensorShapeProto& proto) { in TensorShapeBase() function in tensorflow::TensorShapeBase
136 TensorShapeBase<Shape>::TensorShapeBase(gtl::ArraySlice<int64> dim_sizes) { in TensorShapeBase() function in tensorflow::TensorShapeBase
230 TensorShapeBase<Shape>::TensorShapeBase() { in TensorShapeBase() function in tensorflow::TensorShapeBase
770 template class TensorShapeBase<TensorShape>; variable
771 template class TensorShapeBase<PartialTensorShape>; variable
Dtensor_shape.h171 TensorShapeBase(std::initializer_list<int64> dim_sizes) in TensorShapeBase() function