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 71 int ndims; member in struct:tensorflow::BinaryOpShared::BinaryOpState
102 const int ndims = state.ndims; variable
106 if (ndims <= 1) {
123 } else if (ndims == 2) {
130 } else if (ndims == 3) {
137 } else if (ndims == 4) {
144 } else if (ndims == 5) {
281 // Partial specialization of BinaryFunctor<Device=CPUDevice, Functor, NDIMS>
283 template <typename Functor, int NDIMS>
    [all...]

Completed in 592 milliseconds