/frameworks/ml/nn/runtime/test/generated/vts_models/ |
relu_float_2.model.cpp | 28 .inputs = {0},
|
relu_quant8_1.model.cpp | 28 .inputs = {0},
|
relu_quant8_2.model.cpp | 28 .inputs = {0},
|
reshape.model.cpp | 37 .inputs = {0, 1},
|
reshape_quant8.model.cpp | 37 .inputs = {0, 1},
|
reshape_quant8_weights_as_inputs.model.cpp | 37 .inputs = {0, 1},
|
reshape_weights_as_inputs.model.cpp | 37 .inputs = {0, 1},
|
resize_bilinear.model.cpp | 46 .inputs = {0, 2, 3},
|
softmax_float_1.model.cpp | 37 .inputs = {0, 1},
|
softmax_float_2.model.cpp | 37 .inputs = {0, 1},
|
softmax_quant8_1.model.cpp | 37 .inputs = {0, 1},
|
softmax_quant8_2.model.cpp | 37 .inputs = {0, 1},
|
space_to_depth_float_1.model.cpp | 37 .inputs = {0, 1},
|
space_to_depth_float_2.model.cpp | 37 .inputs = {0, 1},
|
space_to_depth_float_3.model.cpp | 37 .inputs = {0, 1},
|
space_to_depth_quant8_1.model.cpp | 37 .inputs = {0, 1},
|
space_to_depth_quant8_2.model.cpp | 37 .inputs = {0, 1},
|
tanh.model.cpp | 28 .inputs = {0},
|
/hardware/interfaces/neuralnetworks/1.0/vts/functional/ |
GeneratedTestHarness.cpp | 120 const MixedTyped& inputs = example.first; local 128 for_all(inputs, [&inputs_info, &inputSize](int index, auto, auto s) { 140 // Compute offset for inputs 1 and so on 187 // Go through all inputs, copy the values 188 for_all(inputs, [&inputs_info, inputPtr](int index, auto p, auto s) { 202 {.inputs = inputs_info, .outputs = outputs_info, .pools = pools}, executionCallback);
|
/external/javassist/src/main/javassist/bytecode/stackmap/ |
MapMaker.java | 218 boolean[] inputs = dest.inputs; 219 int n = inputs.length; 221 if (inputs[i]) 276 boolean[] inputs = target.inputs; 278 if (!inputs[i])
|
/external/v8/src/compiler/arm64/ |
instruction-selector-arm64.cc | 222 InstructionOperand inputs[2]; local 223 inputs[0] = g.UseRegister(m.base()); 227 inputs[1] = g.TempImmediate(static_cast<int32_t>(m.immediate())); 229 selector->Emit(opcode, arraysize(outputs), outputs, arraysize(inputs), 230 inputs); 352 // We can commute CMP by switching the inputs and commuting 405 InstructionOperand inputs[5]; local 419 inputs[input_count++] = g.UseRegister(left_node); 420 inputs[input_count++] = g.UseImmediate(right_node); 423 inputs[input_count++] = g.UseRegister(right_node) 535 InstructionOperand inputs[3]; local 625 InstructionOperand inputs[3]; local 661 InstructionOperand inputs[4]; local 1577 InstructionOperand inputs[] = {g.UseRegister(node->InputAt(0))}; local 1594 InstructionOperand inputs[] = {g.UseRegister(node->InputAt(0))}; local 1611 InstructionOperand inputs[] = {g.UseRegister(node->InputAt(0))}; local 1628 InstructionOperand inputs[] = {g.UseRegister(node->InputAt(0))}; local 2695 InstructionOperand inputs[3]; local [all...] |
/external/libmojo/build/android/gyp/util/ |
build_utils.py | 190 def IsTimeStale(output, inputs): 195 for i in inputs: 296 def DoZip(inputs, output, base_dir=None): 300 inputs: A list of paths to zip, or a list of (zip_path, fs_path) tuples. 302 base_dir: Prefix to strip from inputs. 305 for tup in inputs: 319 inputs = [] 322 inputs.append(os.path.join(root, f)) 323 DoZip(inputs, output, base_dir) 331 def MergeZips(output, inputs, exclude_patterns=None, path_transform=None) [all...] |
/external/mesa3d/src/mesa/program/ |
prog_print.c | 215 _mesa_print_vp_inputs(GLbitfield inputs) 217 printf("VP Inputs 0x%x: \n", inputs); 218 while (inputs) { 219 GLint attr = ffs(inputs) - 1; 223 inputs &= ~(1 << attr); 233 _mesa_print_fp_inputs(GLbitfield inputs) 235 printf("FP Inputs 0x%x: \n", inputs); 236 while (inputs) { [all...] |
/prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/gen/ |
ARM64Ops.go | 136 gp01 = regInfo{inputs: nil, outputs: []regMask{gp}} 137 gp11 = regInfo{inputs: []regMask{gpg}, outputs: []regMask{gp}} 138 gp11sp = regInfo{inputs: []regMask{gpspg}, outputs: []regMask{gp}} 139 gp1flags = regInfo{inputs: []regMask{gpg}} 140 gp1flags1 = regInfo{inputs: []regMask{gpg}, outputs: []regMask{gp}} 141 gp21 = regInfo{inputs: []regMask{gpg, gpg}, outputs: []regMask{gp}} 142 gp2flags = regInfo{inputs: []regMask{gpg, gpg}} 143 gp2flags1 = regInfo{inputs: []regMask{gp, gp}, outputs: []regMask{gp}} 144 gpload = regInfo{inputs: []regMask{gpspsbg}, outputs: []regMask{gp}} 145 gpstore = regInfo{inputs: []regMask{gpspsbg, gpg} [all...] |
/prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/gen/ |
ARM64Ops.go | 136 gp01 = regInfo{inputs: nil, outputs: []regMask{gp}} 137 gp11 = regInfo{inputs: []regMask{gpg}, outputs: []regMask{gp}} 138 gp11sp = regInfo{inputs: []regMask{gpspg}, outputs: []regMask{gp}} 139 gp1flags = regInfo{inputs: []regMask{gpg}} 140 gp1flags1 = regInfo{inputs: []regMask{gpg}, outputs: []regMask{gp}} 141 gp21 = regInfo{inputs: []regMask{gpg, gpg}, outputs: []regMask{gp}} 142 gp2flags = regInfo{inputs: []regMask{gpg, gpg}} 143 gp2flags1 = regInfo{inputs: []regMask{gp, gp}, outputs: []regMask{gp}} 144 gpload = regInfo{inputs: []regMask{gpspsbg}, outputs: []regMask{gp}} 145 gpstore = regInfo{inputs: []regMask{gpspsbg, gpg} [all...] |