Searched defs:TensorShapeDim (Results 1 – 1 of 1) sorted by relevance
325 struct TensorShapeDim { struct326 explicit TensorShapeDim(int64 s) : size(s) {} in TensorShapeDim() function344 TensorShapeDim operator*() { return TensorShapeDim(shape_->dim_size(d_)); } argument