Searched defs:TensorProperty (Results 1 – 2 of 2) sorted by relevance
60 struct TensorProperty { struct62 bool per_axis = false;64 int per_axis_index = 0;65 bool symmetric = false;68 bool restriction = false;70 std::pair<float, int> restricted_value_int8 = {0.0f, 0};71 std::pair<float, int> restricted_value_int16 = {0.0f, 0};74 bool use_derived_scale = false;76 DerivedScale derived_scale;100 std::vector<std::pair<int, TensorProperty>> inputs = {}; argument
271 class TensorProperty(enum.Enum): class