Home
last modified time | relevance | path

Searched refs:mean_attr (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/transformations/
Dglobal_pooling_to_reduce_op.cc65 MeanAttributes mean_attr; in ApplyToNode() local
66 mean_attr.dims = {Axis::WIDTH, Axis::HEIGHT}; in ApplyToNode()
68 node->operation.attributes = mean_attr; in ApplyToNode()