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

  /external/e2fsprogs/tests/progs/
random_exercise.c 35 struct state state_array[MAXFDS]; variable in typeref:struct:state
46 state_array[i].state = STATE_CLEAR;
94 state_array[fd].isdir = isdir;
97 state_array[fd].isdir = isdir;
98 state_array[fd].state = STATE_CREATED;
99 strcpy(state_array[fd].name, template);
108 if (state_array[fd].isdir)
113 state_array[fd].name, fd, get_inode_num(fd), size);
119 char *filename = state_array[fd].name;
124 if (state_array[fd].isdir
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/toco/
export_tensorflow.cc 1811 const auto& state_array = model.GetArray(name); local
    [all...]

Completed in 81 milliseconds