HomeSort by relevance Sort by last modified time
    Searched refs:Example (Results 126 - 150 of 409) sorted by null

1 2 3 4 56 7 8 91011>>

  /frameworks/ml/nn/runtime/test/specs/
lsh_projection.mod.py 39 Example((input0, output0))
lsh_projection_2.mod.py 41 Example((input0, output0))
lsh_projection_weights_as_inputs.mod.py 38 Example((input0, output0))
max_pool_float_1.mod.py 25 # Example 1. Input in operand 0,
30 # Instantiate an example
31 Example((input0, output0))
max_pool_quant8_1.mod.py 25 # Example 1. Input in operand 0,
30 # Instantiate an example
31 Example((input0, output0))
depthwise_conv2d_float_large_2_weights_as_inputs.mod.py 33 # Example 1. Input in operand 0,
52 # Instantiate an example
53 Example((input0, output0))
depthwise_conv2d_float_large_weights_as_inputs.mod.py 33 # Example 1. Input in operand 0,
48 # Instantiate an example
49 Example((input0, output0))
depthwise_conv2d_float_weights_as_inputs.mod.py 33 # Example 1. Input in operand 0,
57 # Instantiate an example
58 Example((input0, output0))
depthwise_conv2d_quant8_large_weights_as_inputs.mod.py 33 # Example 1. Input in operand 0,
44 # Instantiate an example
45 Example((input0, output0))
depthwise_conv2d_quant8_weights_as_inputs.mod.py 33 # Example 1. Input in operand 0,
44 # Instantiate an example
45 Example((input0, output0))
logistic_float_2.mod.py 31 # Example 1. Input in operand 0,
38 # Instantiate an example
39 Example((input0, output0))
relu1_float_2.mod.py 31 # Example 1. Input in operand 0,
38 # Instantiate an example
39 Example((input0, output0))
relu1_quant8_2.mod.py 31 # Example 1. Input in operand 0,
38 # Instantiate an example
39 Example((input0, output0))
relu6_float_2.mod.py 31 # Example 1. Input in operand 0,
38 # Instantiate an example
39 Example((input0, output0))
relu6_quant8_2.mod.py 31 # Example 1. Input in operand 0,
38 # Instantiate an example
39 Example((input0, output0))
  /external/autotest/client/common_lib/
decorators_unittest.py 50 class Example(object):
59 ex = Example()
63 ex2 = Example(v=5)
  /frameworks/ml/nn/runtime/test/
TestGenerated.cpp 32 class Example {
48 for (auto& example : examples) {
54 for (auto& i : example.first) {
68 assert(example.second.size() == 1);
70 for (auto& i : example.second) {
81 for (auto& i : example.second) {
95 std::cerr << "Example: " << example_no++;
111 for (auto& example : examples) {
113 MixedTyped inputs = example.first;
114 const MixedTyped& golden = example.second
    [all...]
  /external/protobuf/examples/
add_person_test.go 13 Example Name
14 name@example.com
32 if got.Name != "Example Name" {
33 t.Errorf("promptForAddress(%q) => want name %q, got %q", "Example Name", got.Name)
35 if got.Email != "name@example.com" {
36 t.Errorf("promptForAddress(%q) => want email %q, got %q", "name@example.com", got.Email)
  /external/jline/src/src/test/java/jline/example/
Example.java 7 package jline.example;
15 public class Example {
17 System.out.println("Usage: java " + Example.class.getName()
33 System.out.println("\n E.g - java Example simple su '*'\n"
62 Example.class.getResourceAsStream("english.gz"))));
  /frameworks/ml/nn/tools/test_generator/tests/P_weird/
weird_add.mod.py 14 # Example 1. Input in operand 0,
25 # Instantiate an example
26 Example((input0, output0))
  /external/compiler-rt/make/platform/
multi_arch.mk 1 Description := Example configuration for build two libraries for separate \
  /external/curl/docs/cmdline-opts/
proto-default.d 8 Example:
  /external/flatbuffers/tests/MyGame/Example/
TestSimpleTableWithEnum.php 4 namespace MyGame\Example;
56 return $o != 0 ? $this->bb->getSbyte($o + $this->bb_pos) : \MyGame\Example\Color::Green;
  /external/flatbuffers/tests/
phpTest.php 8 foreach (glob(join(DIRECTORY_SEPARATOR, array(dirname(__FILE__), "MyGame", "Example", "*.php"))) as $file) {
34 \MyGame\Example\Monster::startMonster($fbb);
35 \MyGame\Example\Monster::addName($fbb, $name);
36 $enemy = \MyGame\Example\Monster::endMonster($fbb);
38 $inv = \MyGame\Example\Monster::CreateInventoryVector($fbb, array(0, 1, 2, 3, 4));
41 \MyGame\Example\Monster::StartMonster($fbb);
42 \MyGame\Example\Monster::AddName($fbb, $fred);
43 $mon2 = \MyGame\Example\Monster::EndMonster($fbb);
45 \MyGame\Example\Monster::StartTest4Vector($fbb, 2);
46 \MyGame\Example\Test::CreateTest($fbb, 10, 20)
    [all...]
  /external/v8/tools/
v8-info.sh 55 Example usage: $0 -i 3.19.10$
59 Example usage: $0 -v 14981
63 Example usage: $0 -m 3.18
67 Example usage: $0 -p 3.19.12.1
71 Example usage: $0 -u 3.19.10:3.19.11

Completed in 678 milliseconds

1 2 3 4 56 7 8 91011>>