Home
last modified time | relevance | path

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

/aosp_15_r20/external/sg3_utils/src/
H A Dsginfo.c3350 typedef struct sg_map { struct
3351 int bus;
3352 int channel;
3353 int target_id;
3354 int lun;
3355 char * dev_name;
H A DMakefile.am21 sg_copy_results sg_dd sg_emc_trespass sg_map sg_map26 sg_rbuf \ program
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/segment/
H A Dsegment.cc1083 std::map<string, Segment> sg_map; in SegmentGraph() local