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

12 3 4 5 6 7 8 91011>>

  /external/jacoco/jacoco-maven-plugin.test/it/it-report-without-debug/src/test/java/
ExampleTest.java 18 new Example().sayHello();
  /external/jacoco/jacoco-maven-plugin.test/it/it-site/src/test/java/
ExampleTest.java 18 new Example().sayHello();
  /external/jacoco/jacoco-maven-plugin.test/it/it-site-failsafe/src/test/java/
ExampleIT.java 18 new Example().sayHelloIT();
ExampleTest.java 18 new Example().sayHello();
  /external/jacoco/jacoco-maven-plugin.test/it/it-site-failsafe/src/main/java/
Example.java 12 public class Example {
  /external/flatbuffers/grpc/tests/
go_test.go 4 "../../tests/MyGame/Example"
20 func (s *server) Store(context context.Context, in *Example.Monster) (*flatbuffers.Builder, error) {
23 Example.StatStart(b)
24 Example.StatAddId(b, i)
25 b.Finish(Example.StatEnd(b))
31 func (s *server) Retrieve(context context.Context, in *Example.Stat) (*flatbuffers.Builder, error) {
34 Example.MonsterStart(b)
35 Example.MonsterAddName(b, i)
36 b.Finish(Example.MonsterEnd(b))
40 func StoreClient(c Example.MonsterStorageClient, t *testing.T)
    [all...]
  /frameworks/ml/nn/runtime/test/specs/
relu1_quant8_1.mod.py 23 # Example 1. Input in operand 0,
29 # Instantiate one example
30 Example((input0, output0))
32 # Example 2. Input in operand 0,
38 # Instantiate another example
39 Example((input1, output1))
relu6_quant8_1.mod.py 23 # Example 1. Input in operand 0,
28 # Instantiate an example
29 Example((input0, output0))
31 # Example 2. Input in operand 0,
36 # Instantiate an example
37 Example((input1, output1))
relu_quant8_1.mod.py 25 # Example 1. Input in operand 0,
31 # Instantiate an example
32 Example((input0, output0))
34 # Example 2. Input in operand 0,
40 # Instantiate another example
41 Example((input1, output1))
dequantize.mod.py 7 # Example 1. Input in operand 0,
14 # Instantiate an example
15 Example((input0, output0))
floor.mod.py 7 # Example 1. Input in operand 0,
16 # Instantiate an example
17 Example((input0, output0))
l2_normalization.mod.py 24 # Example 1. Input in operand 0,
31 # Instantiate an example
32 Example((input0, output0))
l2_normalization_large.mod.py 24 # Example 1. Input in operand 0,
37 # Instantiate an example
38 Example((input0, output0))
logistic_float_1.mod.py 24 # Example 1. Input in operand 0,
34 # Instantiate an example
35 Example((input0, output0))
logistic_quant8_1.mod.py 24 # Example 1. Input in operand 0,
31 # Instantiate an example
32 Example((input0, output0))
relu1_float_1.mod.py 22 # Example 1. Input in operand 0,
27 # Instantiate an example
28 Example((input0, output0))
relu6_float_1.mod.py 22 # Example 1. Input in operand 0,
27 # Instantiate an example
28 Example((input0, output0))
relu_float_1.mod.py 22 # Example 1. Input in operand 0,
27 # Instantiate an example
28 Example((input0, output0))
tanh.mod.py 8 # Example 1. Input in operand 0,
15 # Instantiate an example
16 Example((input0, output0))
  /external/flatbuffers/tests/
monster_test_generated.js 13 MyGame.Example = MyGame.Example || {};
30 MyGame.Example.Color = {
39 MyGame.Example.Any = {
100 MyGame.Example.Test = function() {
115 * @returns {MyGame.Example.Test}
117 MyGame.Example.Test.prototype.__init = function(i, bb) {
126 MyGame.Example.Test.prototype.a = function() {
134 MyGame.Example.Test.prototype.mutate_a = function(value) {
148 MyGame.Example.Test.prototype.b = function()
    [all...]
  /external/flatbuffers/tests/MyGame/Example/
Any.java 3 package MyGame.Example;
Color.java 3 package MyGame.Example;
Any.cs 3 namespace MyGame.Example
Color.cs 3 namespace MyGame.Example
  /external/flatbuffers/tests/fuzzer/
flatbuffers_verifier_fuzzer.cc 12 MyGame::Example::VerifyMonsterBuffer(verifier);

Completed in 246 milliseconds

12 3 4 5 6 7 8 91011>>