HomeSort by relevance Sort by last modified time
    Searched defs:custom (Results 1 - 25 of 152) sorted by null

1 2 3 4 5 6 7

  /external/junit-params/src/main/java/junitparams/custom/
CustomParameters.java 1 package junitparams.custom;
13 * Can also be used to create custom annotations.<br>
21 * @return Your custom parameters provider class.
ParametersProvider.java 1 package junitparams.custom;
6 * An interface for custom parameters providers. To be used with {@link CustomParameters} annotation.
14 * Initializes this provider - you can read your custom annotation config here.
FileParametersProvider.java 1 package junitparams.custom;
  /external/junit-params/src/main/java/junitparams/custom/combined/
CombinedParameters.java 1 package junitparams.custom.combined;
6 import junitparams.custom.CustomParameters;
CombinedParametersProvider.java 1 package junitparams.custom.combined;
6 import junitparams.custom.ParametersProvider;
Cartesian.java 1 package junitparams.custom.combined;
  /external/libtextclassifier/utils/tflite/
dist_diversification.h 24 namespace custom { namespace in namespace:tflite::ops
28 } // namespace custom
text_encoder.h 27 namespace custom { namespace in namespace:tflite::ops
31 } // namespace custom
token_encoder.h 27 namespace custom { namespace in namespace:tflite::ops
31 } // namespace custom
  /external/compiler-rt/test/BlocksRuntime/
nullblockisa.c 26 } *custom = (struct _custom *)(void *)(b); local
28 if (custom->innerp->isa != (void *)NULL) {
  /external/tensorflow/tensorflow/contrib/lite/kernels/
register.cc 22 namespace custom { namespace in namespace:tflite::ops
30 } // namespace custom
255 // custom ops aren't always included by default.
256 AddCustom("Mfcc", tflite::ops::custom::Register_MFCC());
258 tflite::ops::custom::Register_AUDIO_SPECTROGRAM());
259 AddCustom("LayerNormLstm", tflite::ops::custom::Register_LAYER_NORM_LSTM());
260 AddCustom("Relu1", tflite::ops::custom::Register_RELU_1());
262 tflite::ops::custom::Register_DETECTION_POSTPROCESS());
  /external/tensorflow/tensorflow/lite/kernels/
register.cc 22 namespace custom { namespace in namespace:tflite::ops
30 } // namespace custom
379 // custom ops aren't always included by default.
380 // AddCustom("Mfcc", tflite::ops::custom::Register_MFCC());
382 // tflite::ops::custom::Register_AUDIO_SPECTROGRAM());
384 tflite::ops::custom::Register_DETECTION_POSTPROCESS());
387 AddCustom("Experimental_If", tflite::ops::custom::Register_IF());
388 AddCustom("Experimental_While", tflite::ops::custom::Register_WHILE());
register_ref.cc 22 namespace custom { namespace in namespace:tflite::ops
28 } // namespace custom
283 // custom ops aren't always included by default.
284 // AddCustom("Mfcc", tflite::ops::custom::Register_MFCC());
286 // tflite::ops::custom::Register_AUDIO_SPECTROGRAM());
288 tflite::ops::custom::Register_DETECTION_POSTPROCESS());
audio_spectrogram_test.cc 29 namespace custom { namespace in namespace:tflite::ops
114 } // namespace custom
mfcc_test.cc 29 namespace custom { namespace in namespace:tflite::ops
96 } // namespace custom
  /external/catch2/include/internal/
catch_approx.cpp 35 Approx Approx::custom() { function in class:Catch::Detail::Approx
  /external/junit-params/src/test/java/junitparams/custom/
CustomParametersProviderTest.java 1 package junitparams.custom;
  /external/junit-params/src/test/java/junitparams/custom/combined/
CartesianTest.java 1 package junitparams.custom.combined;
  /external/opencensus-java/contrib/spring/src/test/java/io/opencensus/contrib/spring/aop/
Sample.java 27 @Traced(name = "custom-span-name")
38 void custom(long delay) throws Exception { method in class:Sample
  /external/owasp/sanitizer/src/tests/org/owasp/html/
CssSchemaTest.java 80 CssSchema custom = CssSchema.union( local
86 assertSame(key, custom.forKey(key), CssSchema.DEFAULT.forKey(key));
89 CssSchema.Property cssFloat = custom.forKey("float");
  /external/tensorflow/tensorflow/lite/models/smartreply/ops/
extract_feature_test.cc 28 namespace custom { namespace in namespace:tflite::ops
92 } // namespace custom
normalize.cc 37 namespace custom { namespace in namespace:tflite::ops
106 } // namespace custom
normalize_test.cc 28 namespace custom { namespace in namespace:tflite::ops
82 } // namespace custom
  /external/tensorflow/tensorflow/lite/models/smartreply/
predictor.h 25 namespace custom { namespace in namespace:tflite
77 } // namespace custom
  /external/tensorflow/tensorflow/lite/toco/tflite/
operator.h 40 // Write the custom option FlexBuffer with a serialized TensorFlow NodeDef
45 // These are the flatbuffer types for custom and builtin options.
52 // Build custom options.
53 static Options Custom(flatbuffers::Offset<CustomOptions> offset) {
65 flatbuffers::Offset<CustomOptions> custom; member in struct:toco::tflite::Options
117 // exported as an Flex op or a regular custom op.

Completed in 538 milliseconds

1 2 3 4 5 6 7