Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dtensor_shape.h451 struct TensorShapeDim { struct
452 explicit TensorShapeDim(int64_t s) : size(s) {} in TensorShapeDim() function
470 TensorShapeDim operator*() { return TensorShapeDim(shape_->dim_size(d_)); } argument