Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/
H A Doperator_property.h89 struct OperatorProperty { struct
91 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