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

  /external/tensorflow/tensorflow/core/kernels/
tensor_array.cc 30 #define TENSOR_ARRAY_WRITE_OR_ADD(Device, T) \
40 #define TENSOR_ARRAY_WRITE_OR_ADD_CPU(T) TENSOR_ARRAY_WRITE_OR_ADD(CPUDevice, T)
46 #define TENSOR_ARRAY_WRITE_OR_ADD_GPU(T) TENSOR_ARRAY_WRITE_OR_ADD(GPUDevice, T)
54 #undef TENSOR_ARRAY_WRITE_OR_ADD
tensor_array.h 51 #define TENSOR_ARRAY_WRITE_OR_ADD(Device, T) \
56 #define TENSOR_ARRAY_WRITE_OR_ADD_CPU(T) TENSOR_ARRAY_WRITE_OR_ADD(CPUDevice, T)
62 #define TENSOR_ARRAY_WRITE_OR_ADD_GPU(T) TENSOR_ARRAY_WRITE_OR_ADD(GPUDevice, T)
70 #undef TENSOR_ARRAY_WRITE_OR_ADD

Completed in 60 milliseconds