Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/
Dtest_util.h87 struct TensorData { struct
94 : type(type), in type()
106 TensorType type;
107 std::vector<int> shape;
108 float min;
109 float max;
110 float scale;
111 int32_t zero_point;
112 bool per_channel_quantization;
113 std::vector<float> per_channel_quantization_scales;
[all …]