Searched defs:TensorData (Results 1 – 4 of 4) sorted by relevance
107 struct TensorData { struct118 : type(type), in type()135 TensorType type;136 std::vector<int> shape;137 float min;138 float max;139 float scale;140 int32_t zero_point;141 bool per_channel_quantization;142 std::vector<float> per_channel_quantization_scales;[all …]
23 struct TensorData { struct36 - (bool)invokeWithInputs:(const std::vector<TensorData>&)inputs argument
42 - (instancetype)initWithInputs:(const std::vector<TensorData>*)inputs53 - (instancetype)initWithInputs:(const std::vector<TensorData>*)inputs130 - (bool)invokeWithInputs:(const std::vector<TensorData>&)inputs
33 using TensorData = std::pair<armnn::TensorInfo, std::vector<T>>; typedef