Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/profiler/lib/
Dscoped_memory_debug_annotation.h67 const char* op_name, const char* region_type, int32_t data_type, in ScopedMemoryDebugAnnotation()
81 const char* op_name, int64_t step_id, const char* region_type, in ScopedMemoryDebugAnnotation()
/external/flatbuffers/src/
Dbinary_annotator.cpp654 const BinaryRegionType region_type = in BuildTable() local
699 BinaryRegionType region_type = BinaryRegionType::UOffset; in BuildTable() local
869 const BinaryRegionType region_type = in BuildStruct() local
905 const BinaryRegionType region_type = in BuildStruct() local
1050 BinaryRegionType region_type = BinaryRegionType::Uint32; in BuildVector() local
/external/coreboot/util/ifdtool/
Difdtool.c341 static struct region get_region(const struct frba *frba, unsigned int region_type) in get_region()
372 static void set_region(struct frba *frba, unsigned int region_type, in set_region()
385 static const char *region_name(unsigned int region_type) in region_name()
1367 static int check_region(const struct frba *frba, unsigned int region_type) in check_region()
1906 unsigned int region_type, const char *region_fname) in inject_region()
2226 int region_type = -1, inputfreq = 0; in main() local
/external/tensorflow/tensorflow/core/profiler/protobuf/
Dmemory_profile.proto55 string region_type = 7; field
/external/webrtc/modules/desktop_capture/
Dcropping_window_capturer_win.cc242 const int region_type = in ShouldUseScreenCapturer() local
/external/webrtc/modules/desktop_capture/win/
Dwindow_capture_utils.cc248 const int region_type = GetWindowRgn(window, scoped_hrgn.Get()); in GetWindowRegionTypeWithBoundary() local
/external/compiler-rt/lib/lsan/
Dlsan_common.cc148 const char *region_type, ChunkTag tag) { in ScanRangeForPointers()
/external/flashrom/
Dcros_ec.c616 enum ec_current_image region_type = EC_IMAGE_UNKNOWN; /* no RO or RW found yet. */ in parse_layout() local
/external/tensorflow/tensorflow/core/common_runtime/
Dbfc_allocator.cc530 const auto region_type = annotation.pending_region_type in AddTraceMe() local
/external/coreboot/util/amdfwtool/
Damdfwtool.h265 uint8_t region_type; member
295 int region_type; member
/external/crosvm/devices/src/pci/
Dpci_configuration.rs425 region_type: PciBarRegionType, field
Dvfio_pci.rs1370 let region_type = if is_64bit { in collect_bars() localVariable