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