SYMBOL INDEX (38 symbols across 6 files) FILE: cpp/examples/classification/classify.cc function ToInt32 (line 21) | int32_t ToInt32(const char p[4]) { function ReadBmpImage (line 25) | std::vector ReadBmpImage(const char* filename, function ReadLabels (line 81) | std::vector ReadLabels(const std::string& filename) { function GetLabel (line 90) | std::string GetLabel(const std::vector& labels, int label) { function Dequantize (line 95) | std::vector Dequantize(const TfLiteTensor& tensor) { function Sort (line 103) | std::vector> Sort(const std::vector& scores, function main (line 120) | int main(int argc, char* argv[]) { FILE: cpp/examples/lstpu/lstpu.cc function ToString (line 19) | std::string ToString(edgetpu_device_type type) { function main (line 29) | int main(int argc, char* argv[]) { FILE: python/examples/classification/classify.py function input_details (line 24) | def input_details(interpreter, key): function input_size (line 29) | def input_size(interpreter): function input_tensor (line 35) | def input_tensor(interpreter): function output_tensor (line 41) | def output_tensor(interpreter, dequantize=True): function set_input (line 63) | def set_input(interpreter, data): function get_output (line 68) | def get_output(interpreter, top_k=1, score_threshold=0.0): FILE: python/examples/classification/classify_image.py function load_labels (line 46) | def load_labels(path, encoding='utf-8'): function make_interpreter (line 67) | def make_interpreter(model_file): function main (line 77) | def main(): FILE: python/examples/detection/detect.py class BBox (line 23) | class BBox(collections.namedtuple('BBox', ['xmin', 'ymin', 'xmax', 'ymax... method width (line 32) | def width(self): method height (line 37) | def height(self): method area (line 42) | def area(self): method valid (line 47) | def valid(self): method scale (line 55) | def scale(self, sx, sy): method translate (line 62) | def translate(self, dx, dy): method map (line 69) | def map(self, f): method intersect (line 77) | def intersect(a, b): method union (line 85) | def union(a, b): method iou (line 93) | def iou(a, b): function input_size (line 102) | def input_size(interpreter): function input_tensor (line 108) | def input_tensor(interpreter): function set_input (line 114) | def set_input(interpreter, size, resize): function output_tensor (line 136) | def output_tensor(interpreter, i): function get_output (line 142) | def get_output(interpreter, score_threshold, image_scale=(1.0, 1.0)): FILE: python/examples/detection/detect_image.py function load_labels (line 34) | def load_labels(path, encoding='utf-8'): function make_interpreter (line 55) | def make_interpreter(model_file): function draw_objects (line 65) | def draw_objects(draw, objs, labels): function main (line 76) | def main():