Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dtensor_shape.h428 struct TensorShapeDim { struct
429 explicit TensorShapeDim(int64 s) : size(s) {} in TensorShapeDim() function
447 TensorShapeDim operator*() { return TensorShapeDim(shape_->dim_size(d_)); } argument