Searched defs:w_index (Results 1 – 7 of 7) sorted by relevance
/external/openthread/third_party/tcplp/lib/ |
D | cbuf.h | 45 size_t w_index; member
|
/external/libgav1/src/dsp/ |
D | weight_mask.cc | 56 #define INIT_WEIGHT_MASK(width, height, bitdepth, w_index, h_index) \ argument
|
/external/libgav1/src/dsp/arm/ |
D | weight_mask_neon.cc | 504 #define INIT_WEIGHT_MASK_8BPP(width, height, w_index, h_index) \ argument 538 #define INIT_WEIGHT_MASK_10BPP(width, height, w_index, h_index) \ argument
|
/external/libgav1/src/dsp/x86/ |
D | weight_mask_sse4.cc | 470 #define INIT_WEIGHT_MASK_8BPP(width, height, w_index, h_index) \ argument 961 #define INIT_WEIGHT_MASK_10BPP(width, height, w_index, h_index) \ argument
|
/external/ComputeLibrary/tests/validation/reference/ |
D | DFT.cpp | 286 const uint32_t w_index = w + h * W + ci * H * W + co * H * W * Ci; in complex_mul_and_reduce() local
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ |
D | convert_nodes.cc | 1775 const int w_index) { in GetSpatialDimsFromOutputSizes() 1855 int w_index = (data_format == "NHWC") ? 2 : 3; in ConvertConv2DHelper() local 2827 const int w_index = is_ndhwc ? 3 : 4; in ConvertConv3DHelper() local 3018 const int w_index = is_ndhwc ? 3 : 4; in ConvertPool3D() local 3108 int w_index = (data_format == "NHWC") ? 2 : 3; in ConvertFusedConv2DBiasActivation() local 3249 int w_index = 3; in ConvertPool() local
|
/external/tensorflow/tensorflow/core/grappler/costs/ |
D | op_level_cost_estimator_test.cc | 366 int w_index = 2; in GetPoolingOutputSize() local
|