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

  /external/tensorflow/tensorflow/core/framework/
memory_types.cc 41 // to DEVICE_MEMORY except those args in host_memory_args. Removes
65 : DEVICE_MEMORY;
108 // Now that we know the size, fill with the default 'DEVICE_MEMORY'.
109 inp_mtypes->resize(GetTotal(inp_names), DEVICE_MEMORY);
110 out_mtypes->resize(GetTotal(out_names), DEVICE_MEMORY);
types.h 47 DEVICE_MEMORY = 0,

Completed in 413 milliseconds