OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:channelMultiplier_init
(Results
1 - 21
of
21
) sorted by null
/frameworks/ml/nn/runtime/test/generated/models/
depthwise_conv2d_float_large_2_weights_as_inputs.model.cpp
24
static int32_t
channelMultiplier_init
[] = {1};
25
model->setOperandValue(channelMultiplier,
channelMultiplier_init
, sizeof(int32_t) * 1);
depthwise_conv2d_float_large_2_weights_as_inputs_relaxed.model.cpp
24
static int32_t
channelMultiplier_init
[] = {1};
25
model->setOperandValue(channelMultiplier,
channelMultiplier_init
, sizeof(int32_t) * 1);
depthwise_conv2d_float_large_weights_as_inputs.model.cpp
23
static int32_t
channelMultiplier_init
[] = {1};
24
model->setOperandValue(channelMultiplier,
channelMultiplier_init
, sizeof(int32_t) * 1);
depthwise_conv2d_float_large_weights_as_inputs_relaxed.model.cpp
23
static int32_t
channelMultiplier_init
[] = {1};
24
model->setOperandValue(channelMultiplier,
channelMultiplier_init
, sizeof(int32_t) * 1);
depthwise_conv2d_float_weights_as_inputs.model.cpp
23
static int32_t
channelMultiplier_init
[] = {2};
24
model->setOperandValue(channelMultiplier,
channelMultiplier_init
, sizeof(int32_t) * 1);
depthwise_conv2d_float_weights_as_inputs_relaxed.model.cpp
23
static int32_t
channelMultiplier_init
[] = {2};
24
model->setOperandValue(channelMultiplier,
channelMultiplier_init
, sizeof(int32_t) * 1);
depthwise_conv2d_quant8.model.cpp
27
static int32_t
channelMultiplier_init
[] = {1};
28
model->setOperandValue(channelMultiplier,
channelMultiplier_init
, sizeof(int32_t) * 1);
depthwise_conv2d_quant8_large.model.cpp
27
static int32_t
channelMultiplier_init
[] = {1};
28
model->setOperandValue(channelMultiplier,
channelMultiplier_init
, sizeof(int32_t) * 1);
depthwise_conv2d_quant8_large_weights_as_inputs.model.cpp
23
static int32_t
channelMultiplier_init
[] = {1};
24
model->setOperandValue(channelMultiplier,
channelMultiplier_init
, sizeof(int32_t) * 1);
depthwise_conv2d_quant8_weights_as_inputs.model.cpp
23
static int32_t
channelMultiplier_init
[] = {1};
24
model->setOperandValue(channelMultiplier,
channelMultiplier_init
, sizeof(int32_t) * 1);
depthwise_conv_2d.model.cpp
22
static int32_t
channelMultiplier_init
[] = {1};
23
model->setOperandValue(channelMultiplier,
channelMultiplier_init
, sizeof(int32_t) * 1);
depthwise_conv_2d_quant8.model.cpp
23
static int32_t
channelMultiplier_init
[] = {1};
24
model->setOperandValue(channelMultiplier,
channelMultiplier_init
, sizeof(int32_t) * 1);
depthwise_conv2d_float.model.cpp
27
static int32_t
channelMultiplier_init
[] = {2};
28
model->setOperandValue(channelMultiplier,
channelMultiplier_init
, sizeof(int32_t) * 1);
depthwise_conv2d_float_2.model.cpp
28
static int32_t
channelMultiplier_init
[] = {2};
29
model->setOperandValue(channelMultiplier,
channelMultiplier_init
, sizeof(int32_t) * 1);
depthwise_conv2d_float_2_relaxed.model.cpp
28
static int32_t
channelMultiplier_init
[] = {2};
29
model->setOperandValue(channelMultiplier,
channelMultiplier_init
, sizeof(int32_t) * 1);
depthwise_conv2d_float_large.model.cpp
27
static int32_t
channelMultiplier_init
[] = {1};
28
model->setOperandValue(channelMultiplier,
channelMultiplier_init
, sizeof(int32_t) * 1);
depthwise_conv2d_float_large_2.model.cpp
27
static int32_t
channelMultiplier_init
[] = {1};
28
model->setOperandValue(channelMultiplier,
channelMultiplier_init
, sizeof(int32_t) * 1);
depthwise_conv2d_float_large_2_relaxed.model.cpp
27
static int32_t
channelMultiplier_init
[] = {1};
28
model->setOperandValue(channelMultiplier,
channelMultiplier_init
, sizeof(int32_t) * 1);
depthwise_conv2d_float_large_relaxed.model.cpp
27
static int32_t
channelMultiplier_init
[] = {1};
28
model->setOperandValue(channelMultiplier,
channelMultiplier_init
, sizeof(int32_t) * 1);
depthwise_conv2d_float_relaxed.model.cpp
27
static int32_t
channelMultiplier_init
[] = {2};
28
model->setOperandValue(channelMultiplier,
channelMultiplier_init
, sizeof(int32_t) * 1);
depthwise_conv2d_quant8_2.model.cpp
28
static int32_t
channelMultiplier_init
[] = {2};
29
model->setOperandValue(channelMultiplier,
channelMultiplier_init
, sizeof(int32_t) * 1);
Completed in 503 milliseconds