Home
last modified time | relevance | path

Searched defs:implementation (Results 1 – 25 of 89) sorted by relevance

1234

/external/rust/crates/grpcio-sys/grpc/include/grpc/event_engine/
DREADME.md14 ### Provide their own I/O threads
19 ### Provisioning data buffers via Slice allocation
26 ### Documentating expectations around callback execution
32 ### Handling concurrent usage
/external/tensorflow/tensorflow/python/keras/saving/saved_model/
DREADME.md23 ### Overview
50 ### `keras_api` attribute
78 ### Saving details
127 ### Loading details
/external/rust/crates/grpcio-sys/grpc/spm-core-include/grpc/event_engine/
DREADME.md14 ### Provide their own I/O threads
19 ### Provisioning data buffers via Slice allocation
26 ### Documentating expectations around callback execution
32 ### Handling concurrent usage
/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/_server/
D_service.py45 def _unary_response(argument, implementation, rpc, servicer_context): argument
54 def _stream_response(argument, implementation, rpc, servicer_context): argument
73 def unary_unary(implementation, rpc, request, servicer_context): argument
77 def unary_stream(implementation, rpc, request, servicer_context): argument
81 def stream_unary(implementation, rpc, handler, servicer_context): argument
86 def stream_stream(implementation, rpc, handler, servicer_context): argument
D_server.py33 def service(implementation, rpc, servicer_context): argument
41 def service(implementation, rpc, servicer_context): argument
49 def service(implementation, rpc, servicer_context): argument
57 def service(implementation, rpc, servicer_context): argument
/external/libjpeg-turbo/simd/nasm/
Djsimdcfg.inc.h69 ; On this SIMD implementation, this must be 'unsigned char'. variable
78 ; On this SIMD implementation, this must be 'short'. variable
84 ; On this SIMD implementation, this must be 'unsigned int'. variable
/external/tensorflow/tensorflow/python/distribute/
Dcross_device_ops_test.py327 def testReduceDense(self, num_processes, required_gpus, implementation, argument
369 def testReduceSparse(self, num_processes, required_gpus, implementation, argument
449 def testBatchReduceDense(self, num_processes, required_gpus, implementation, argument
492 def testBatchReduceSparse(self, num_processes, required_gpus, implementation, argument
616 def testAllReduceDense(self, num_processes, required_gpus, implementation, argument
679 def testAllReduceSparse(self, num_processes, required_gpus, implementation, argument
754 implementation, reduce_op): argument
800 def testAllGatherSameShape(self, num_processes, required_gpus, implementation, argument
842 implementation): argument
877 implementation, argument
[all …]
Dcollective_util.py93 implementation=CommunicationImplementation.AUTO): argument
127 implementation=CommunicationImplementation.AUTO): argument
/external/tensorflow/tensorflow/python/keras/layers/
Dlocal_test.py89 def test_locallyconnected_1d(self, data_format, padding, implementation): argument
120 implementation): argument
168 def test_locallyconnected_2d(self, data_format, padding, implementation): argument
202 implementation): argument
227 implementation): argument
528 def get_model(implementation, argument
566 def get_model_saveable(implementation, filters, kernel_size, strides, layers, argument
/external/dagger2/java/dagger/internal/codegen/writing/
DMethodBindingExpression.java132 private CodeBlock implementation(Supplier<CodeBlock> simpleBindingExpression) { in implementation() method in MethodBindingExpression
188 abstract CodeBlock implementation(Supplier<CodeBlock> simpleBindingExpression); in implementation() method in MethodBindingExpression.BindingMethodImplementation
194 CodeBlock implementation(Supplier<CodeBlock> simpleBindingExpression) { in implementation() method in MethodBindingExpression.SimpleMethodImplementation
206 CodeBlock implementation(Supplier<CodeBlock> simpleBindingExpression) { in implementation() method in MethodBindingExpression.SingleCheckedMethodImplementation
265 CodeBlock implementation(Supplier<CodeBlock> simpleBindingExpression) { in implementation() method in MethodBindingExpression.DoubleCheckedMethodImplementation
/external/grpc-grpc/doc/
Depoll-polling-engine.md74 ### 4.1 Relation between `fd`, `pollset` and `polling_island:`
80 ### 4.2 Algorithm to add an `fd` to a `pollset`
91 ### 4.3 Directed wakeups:
/external/robolectric/robolectric/src/main/java/org/robolectric/android/
DAndroidSdkShadowMatcher.java30 Implementation implementation = getImplementationAnnotation(method); in matches() local
39 Implementation implementation = method.getAnnotation(Implementation.class); in getImplementationAnnotation() local
/external/mockito/src/main/java/org/mockito/
DAnswers.java84 private final Answer<Object> implementation; field in Answers
86 Answers(Answer<Object> implementation) { in Answers()
/external/python/pyasn1/pyasn1/compat/
Dinteger.py12 implementation = platform.python_implementation() variable
15 implementation = 'CPython' variable
/external/tensorflow/tensorflow/stream_executor/
Dkernel.h162 const internal::KernelInterface *implementation() const { in implementation() function
168 internal::KernelInterface *implementation() { return implementation_.get(); } in implementation() function
Dtimer.h57 internal::TimerInterface *implementation() { return implementation_.get(); } in implementation() function
/external/guice/core/src/com/google/inject/binder/
DLinkedBindingBuilder.java32 ScopedBindingBuilder to(Class<? extends T> implementation); in to()
35 ScopedBindingBuilder to(TypeLiteral<? extends T> implementation); in to()
/external/webrtc/pc/
Dstream_collection.h25 rtc::RefCountedObject<StreamCollection>* implementation = in Create() local
32 rtc::RefCountedObject<StreamCollection>* implementation = in Create() local
/external/tensorflow/tensorflow/core/framework/
Dcollective.cc194 CollectiveImplementationInterface** implementation) { in Lookup()
201 CollectiveImplementationInterface** implementation) { in LookupParamResolverInstance()
229 CollectiveImplementationInterface** implementation, bool param_resolver) { in LookupHelper()
/external/conscrypt/test-support/src/java/org/conscrypt/
DConscryptInstrumentationListener.java94 Implementation implementation = Implementation.lookup(implementationName); in testRunStarted() local
182 private void selectImplementation(Implementation implementation) { in selectImplementation()
/external/parameter-framework/asio-1.10.6/include/asio/
Dbasic_io_object.hpp129 implementation_type implementation; member in asio::basic_io_object
195 implementation_type implementation; member in asio::basic_io_object
/external/robolectric/processor/src/main/java/org/robolectric/annotation/processing/validator/
DImplementsValidator.java238 Implementation implementation = memberElement.getAnnotation(Implementation.class); in validateShadowMethods() local
253 Implementation implementation = methodElement.getAnnotation(Implementation.class); in verifySdkMethod() local
288 Implementation implementation = methodElement.getAnnotation(Implementation.class); in checkForMissingImplementationAnnotation() local
331 Implementation implementation = memberElement.getAnnotation(Implementation.class); in captureJavadoc() local
/external/rust/crates/libz-sys/src/zlib/contrib/delphi/
DZLibConst.pas9 implementation section
/external/guice/core/src/com/google/inject/internal/
DBindingBuilder.java62 public BindingBuilder<T> to(Class<? extends T> implementation) { in to()
67 public BindingBuilder<T> to(TypeLiteral<? extends T> implementation) { in to()
/external/opencensus-java/benchmarks/src/jmh/java/io/opencensus/benchmarks/trace/
DBenchmarksUtil.java27 static Tracer getTracer(String implementation) { in getTracer()

1234