/external/tensorflow/tensorflow/python/keras/saving/saved_model/ |
D | README.md | 23 ### Overview 50 ### `keras_api` attribute 78 ### Saving details 127 ### Loading details
|
/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/_server/ |
D | _service.py | 45 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.py | 33 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/ |
D | jsimdcfg.inc.h | 69 ; 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/keras/layers/ |
D | local_test.py | 91 def test_locallyconnected_1d(self, data_format, padding, implementation): argument 122 implementation): argument 170 def test_locallyconnected_2d(self, data_format, padding, implementation): argument 204 implementation): argument 229 implementation): argument 437 def get_model(implementation, argument
|
/external/tensorflow/tensorflow/python/distribute/ |
D | cross_device_ops_test.py | 322 def testAllReduceDense(self, num_processes, required_gpus, implementation, argument 364 def testAllReduceSparse(self, num_processes, required_gpus, implementation, argument 445 implementation, reduce_op, argument 489 implementation, reduce_op, argument 575 implementation, reduce_op): argument 638 def testAllGatherSameShape(self, num_processes, required_gpus, implementation, argument 680 implementation): argument 715 implementation, argument 776 implementation, prefer_unique_instance_key): argument 817 def testTimeoutReduceDense(self, num_processes, implementation, required_gpus, argument [all …]
|
D | collective_util.py | 93 implementation=CommunicationImplementation.AUTO): argument 127 implementation=CommunicationImplementation.AUTO): argument
|
/external/grpc-grpc/doc/ |
D | epoll-polling-engine.md | 74 ### 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/dagger2/java/dagger/internal/codegen/writing/ |
D | MethodBindingExpression.java | 132 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/mockito/src/main/java/org/mockito/ |
D | Answers.java | 84 private final Answer<Object> implementation; field in Answers 86 Answers(Answer<Object> implementation) { in Answers()
|
/external/python/pyasn1/pyasn1/compat/ |
D | integer.py | 12 implementation = platform.python_implementation() variable 15 implementation = 'CPython' variable
|
/external/tensorflow/tensorflow/stream_executor/ |
D | kernel.h | 162 const internal::KernelInterface *implementation() const { in implementation() function 168 internal::KernelInterface *implementation() { return implementation_.get(); } in implementation() function
|
D | timer.h | 57 internal::TimerInterface *implementation() { return implementation_.get(); } in implementation() function
|
D | event.h | 62 internal::EventInterface* implementation() { return implementation_.get(); } in implementation() function
|
/external/guice/core/src/com/google/inject/binder/ |
D | LinkedBindingBuilder.java | 32 ScopedBindingBuilder to(Class<? extends T> implementation); in to() 35 ScopedBindingBuilder to(TypeLiteral<? extends T> implementation); in to()
|
/external/webrtc/pc/ |
D | stream_collection.h | 25 rtc::RefCountedObject<StreamCollection>* implementation = in Create() local 32 rtc::RefCountedObject<StreamCollection>* implementation = in Create() local
|
/external/conscrypt/test-support/src/java/org/conscrypt/ |
D | ConscryptInstrumentationListener.java | 94 Implementation implementation = Implementation.lookup(implementationName); in testRunStarted() local 182 private void selectImplementation(Implementation implementation) { in selectImplementation()
|
/external/tensorflow/tensorflow/core/framework/ |
D | collective.cc | 193 CollectiveImplementationInterface** implementation) { in Lookup() 200 CollectiveImplementationInterface** implementation) { in LookupParamResolverInstance() 228 CollectiveImplementationInterface** implementation, bool param_resolver) { in LookupHelper()
|
/external/rust/crates/libz-sys/src/zlib/contrib/delphi/ |
D | ZLibConst.pas | 9 implementation section
|
/external/parameter-framework/asio-1.10.6/include/asio/ |
D | basic_io_object.hpp | 129 implementation_type implementation; member in asio::basic_io_object 195 implementation_type implementation; member in asio::basic_io_object
|
/external/opencensus-java/benchmarks/src/jmh/java/io/opencensus/benchmarks/trace/ |
D | BenchmarksUtil.java | 27 static Tracer getTracer(String implementation) { in getTracer()
|
/external/pigweed/pw_rpc/ |
D | docs.rst | 716 The Method class 733 Packet flow
|
/external/guice/core/src/com/google/inject/internal/ |
D | BindingBuilder.java | 62 public BindingBuilder<T> to(Class<? extends T> implementation) { in to() 67 public BindingBuilder<T> to(TypeLiteral<? extends T> implementation) { in to()
|
/external/robolectric-shadows/processor/src/main/java/org/robolectric/annotation/processing/validator/ |
D | ImplementsValidator.java | 222 Implementation implementation = memberElement.getAnnotation(Implementation.class); in validateShadowMethods() local 237 Implementation implementation = methodElement.getAnnotation(Implementation.class); in verifySdkMethod() local 275 Implementation implementation = memberElement.getAnnotation(Implementation.class); in captureJavadoc() local
|
/external/llvm-project/mlir/docs/ |
D | PatternRewriter.md | 92 #### Restrictions
|