HomeSort by relevance Sort by last modified time
    Searched defs:chunk_map (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
heap_simulator.h 58 tensorflow::gtl::FlatMap<const LogicalBuffer*, Chunk> chunk_map; member in struct:xla::HeapSimulator::Result
201 // result.chunk_map returned in Finish is always empty, since we only collect
  /external/syslinux/core/fs/btrfs/
btrfs.c 35 struct btrfs_chunk_map chunk_map; member in struct:btrfs_info
87 struct btrfs_chunk_map *chunk_map = &bfs->chunk_map; local
92 if (chunk_map->map == NULL) { /* first item */
93 chunk_map->map_length = BTRFS_MAX_CHUNK_ENTRIES;
94 chunk_map->map = malloc(chunk_map->map_length
95 * sizeof(chunk_map->map[0]));
96 chunk_map->map[0] = *item;
97 chunk_map->cur_length = 1
123 struct btrfs_chunk_map *chunk_map = &bfs->chunk_map; local
    [all...]

Completed in 758 milliseconds