Searched defs:OperatorProperty (Results 1 – 1 of 1) sorted by relevance
89 struct OperatorProperty { struct91 bool quantizable = true;93 bool quantizable_int16 = true;95 bool arbitrary_inputs = false;97 bool arbitrary_outputs = false;100 std::vector<std::pair<int, TensorProperty>> inputs = {};102 std::vector<std::pair<int, TensorProperty>> outputs = {};106 std::vector<int> biases = {};109 std::vector<std::pair<int, TensorProperty>> intermediates = {};141 // "OperatorProperty". It added here since OpVariants peeks inside the Op and argument