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

  /external/tensorflow/tensorflow/core/kernels/
mirror_pad_op_cpu_impl.h 28 #define DEFINE_CPU_SPECS(T) \
31 TF_CALL_POD_TYPES(DEFINE_CPU_SPECS);
32 #undef DEFINE_CPU_SPECS
34 #define DEFINE_CPU_SPECS(T) \
39 TF_CALL_NUMBER_TYPES(DEFINE_CPU_SPECS);
40 #undef DEFINE_CPU_SPECS
  /external/tensorflow/tensorflow/contrib/rnn/kernels/
lstm_ops.cc 180 #define DEFINE_CPU_SPECS(T) \
226 DEFINE_CPU_SPECS(float);
227 #undef DEFINE_CPU_SPECS
    [all...]

Completed in 166 milliseconds