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

  /frameworks/ml/nn/runtime/test/specs/V1_0/
lsh_projection.mod.py 17 num_input = 3 variable
25 lookup = Input("lookup", "TENSOR_INT32", "{%d, %d}" % (num_input, num_bits))
26 weight = Input("weight", "TENSOR_FLOAT32", "{%d}" % (num_input))
lsh_projection_2.mod.py 17 num_input = 3 variable
25 lookup = Input("lookup", "TENSOR_INT32", "{%d, %d}" % (num_input, num_bits))
26 weight = Input("weight", "TENSOR_FLOAT32", "{%d}" % (num_input))
lsh_projection_weights_as_inputs.mod.py 17 num_input = 3 variable
24 lookup = Input("lookup", "TENSOR_INT32", "{%d, %d}" % (num_input, num_bits))
25 weight = Input("weight", "TENSOR_FLOAT32", "{%d}" % (num_input))
  /frameworks/ml/nn/runtime/test/specs/V1_1/
lsh_projection_2_relaxed.mod.py 17 num_input = 3 variable
25 lookup = Input("lookup", "TENSOR_INT32", "{%d, %d}" % (num_input, num_bits))
26 weight = Input("weight", "TENSOR_FLOAT32", "{%d}" % (num_input))
lsh_projection_relaxed.mod.py 17 num_input = 3 variable
25 lookup = Input("lookup", "TENSOR_INT32", "{%d, %d}" % (num_input, num_bits))
26 weight = Input("weight", "TENSOR_FLOAT32", "{%d}" % (num_input))
lsh_projection_weights_as_inputs_relaxed.mod.py 17 num_input = 3 variable
24 lookup = Input("lookup", "TENSOR_INT32", "{%d, %d}" % (num_input, num_bits))
25 weight = Input("weight", "TENSOR_FLOAT32", "{%d}" % (num_input))
  /external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/
identify_lstm_split_inputs.cc 60 int num_input = model->GetArray(curr_op->inputs[LstmCellOperator::DATA_INPUT]) local
85 base_name + "weight_i_i", num_cell, num_input, kernel, 0, 0);
87 base_name + "weight_c_i", num_cell, num_input, kernel,
91 base_name + "weight_f_i", num_cell, num_input, kernel, num_cell * 2, 0);
94 base_name + "weight_o_i", num_cell, num_input, kernel, num_cell * 3, 0);
99 base_name + "weight_i_r", num_cell, num_output, kernel, 0, num_input);
103 num_cell, num_input);
107 num_cell * 2, num_input);
111 num_cell * 3, num_input);
identify_lstm_merge_inputs.cc 59 int num_input = model->GetArray(src_op->inputs[kInputToInputWeightsTensor]) local
77 int weights_dim2 = num_input + num_output;
101 num_input);
105 num_input);
109 num_cell * 2, num_input);
113 num_cell * 3, num_input);
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_aa_point.c 48 unsigned num_input; // number of inputs member in struct:aa_transform_context
73 ts->num_input++;
115 texIn = ts->num_input++;
303 transform.num_input = 0;
  /external/tensorflow/tensorflow/contrib/lite/models/smartreply/ops/
predict.cc 124 const int num_input = lookup->dims->data[0]; local
129 for (int i = 0; i < num_input; i++) {
136 model_weight->data.f[idx * items + j] / num_input;
  /external/webrtc/webrtc/modules/audio_processing/test/
audio_processing_unittest.cc 2500 int num_input; member in struct:webrtc::__anon44188::ChannelFormat
    [all...]

Completed in 212 milliseconds