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

  /external/libopus/celt/tests/
test_unit_cwrs32.c 56 #define NDIMS (44)
57 static const int pn[NDIMS]={
64 static const int pkmax[NDIMS]={
74 #define NDIMS (22)
75 static const int pn[NDIMS]={
80 static const int pkmax[NDIMS]={
92 for(t=0;t<NDIMS;t++){
  /external/tensorflow/tensorflow/core/kernels/
cwise_ops_common.h 69 int ndims; member in struct:tensorflow::BinaryOpShared::BinaryOpState
100 const int ndims = state.ndims; variable
104 if (ndims <= 1) {
121 } else if (ndims == 2) {
128 } else if (ndims == 3) {
135 } else if (ndims == 4) {
142 } else if (ndims == 5) {
278 // Partial specialization of BinaryFunctor<Device=CPUDevice, Functor, NDIMS>
280 template <typename Functor, int NDIMS>
    [all...]

Completed in 698 milliseconds