Searched defs:TensorProperty (Results 1 – 1 of 1) sorted by relevance
57 struct TensorProperty { struct59 bool per_axis = false;61 int per_axis_index = 0;62 bool symmetric = false;65 bool restriction = false;67 std::pair<float, int> restricted_value_int8 = {0.0f, 0};68 std::pair<float, int> restricted_value_int16 = {0.0f, 0};71 bool use_derived_scale = false;73 DerivedScale derived_scale;97 std::vector<std::pair<int, TensorProperty>> inputs = {}; argument