/external/tensorflow/tensorflow/lite/g3doc/r2/convert/ |
D | concrete_function.md | 1 # Generating a concrete function 4 be exported as a concrete function. This document outlines what a concrete 13 immediately, without building graphs. Operations return concrete values instead 32 concrete function graphs behind one API. 36 This section describes how to export a concrete function. 82 ### Exporting the concrete function 84 The concrete function defines a graph that can be converted to TensorFlow Lite 85 model or be exported to a SavedModel. In order to export a concrete function 113 # Get the concrete function. 125 # Get the concrete function. [all …]
|
D | python_api.md | 13 Documentation on concrete functions is available [here](concrete_function.md). 21 ### Exporting a concrete function <a name="concrete_function"></a> 23 The following example shows how to convert a TensorFlow concrete function into a 35 # Create the concrete function. 67 # Load model and get the concrete function. 97 # Get the concrete function from the Keras model. 121 # Save and load the model to generate the concrete function to export.
|
D | index.md | 4 [concrete function](concrete_function.md), and generates a TensorFlow Lite
|
/external/v8/src/compiler/ |
D | js-context-specialization.cc | 146 ContextRef concrete = maybe_concrete.value(); in ReduceJSLoadContext() local 148 concrete = concrete.previous().value(); in ReduceJSLoadContext() 154 return SimplifyJSLoadContext(node, jsgraph()->Constant(concrete), depth); in ReduceJSLoadContext() 160 maybe_value = concrete.get(static_cast<int>(access.index())); in ReduceJSLoadContext() 175 return SimplifyJSLoadContext(node, jsgraph()->Constant(concrete), depth); in ReduceJSLoadContext() 207 ContextRef concrete = maybe_concrete.value(); in ReduceJSStoreContext() local 209 concrete = concrete.previous().value(); in ReduceJSStoreContext() 212 return SimplifyJSStoreContext(node, jsgraph()->Constant(concrete), depth); in ReduceJSStoreContext()
|
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/model/typesystem/ |
D | LazyType.java | 11 private ResolvedType concrete; field in LazyType 19 if (concrete == null) { in getType() 20 concrete = provider.apply(null); in getType() 22 return concrete; in getType()
|
/external/vogar/src/vogar/target/junit/ |
D | Junit4.java | 36 boolean concrete = !Modifier.isAbstract(klass.getModifiers()); in isJunit4Test() 53 return concrete; in isJunit4Test() 66 if (!concrete) { in isJunit4Test()
|
/external/tensorflow/tensorflow/python/saved_model/ |
D | signature_serialization.py | 75 concrete = _get_signature(function) 76 if concrete is not None and _valid_signature(concrete): 77 possible_signatures.append(concrete)
|
/external/clang/test/SemaTemplate/ |
D | overload-uneval.cpp | 22 static inline B *concrete(Foo *node) { in concrete() function in Wibble 33 inline operator B *() const { return concrete(i); } in operator B*()
|
/external/clang/docs/analyzer/ |
D | RegionStore.txt | 15 keys store both the original region, and the "concrete offset region" -- the 16 last region whose offset is entirely concrete. (For example, in the expression 17 `foo.bar[1][i].baz`, the concrete offset region is the array `foo.bar[1]`, 24 Supporting both concrete and symbolic offsets makes things a bit tricky. Here's 33 symbolic offset invalidates the entire concrete offset region.* We know 44 concrete offset invalidates any symbolic offset bindings whose concrete offset 65 they have no concrete compile-time offsets (in the modern, "non-fragile" 159 Here's a concrete example:
|
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/groovy/org/mockftpserver/fake/filesystem/ |
D | AbstractFileSystemEntry.groovy | 19 …* The abstract superclass for concrete file system entry classes representing files and directorie… 45 * Abstract method -- must be implemented within concrete subclasses
|
D | DirectoryEntry.groovy | 42 * Abstract method -- must be implemented within concrete subclasses
|
/external/tensorflow/tensorflow/python/eager/ |
D | def_function_test.py | 276 concrete = compute.get_concrete_function() 277 self.assertAllClose(1., concrete(constant_op.constant(0.5))) 278 concrete = compute.get_concrete_function( 280 self.assertAllClose(4., concrete(constant_op.constant(2.))) 281 signature_args, _ = concrete.structured_input_signature
|
/external/perfetto/src/tracing/ |
D | README.md | 9 (concrete example v8, skia and webrtc in Chrome). 55 A concrete implementation of the transport layer based on unix domain sockets
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | saved_object_graph.proto | 29 // Information about captures and output structures in concrete functions. 97 // Stores low-level information about a concrete function. Referenced in either 105 // Input in canonicalized form that was received to create this concrete
|
/external/clang/test/CodeGenCXX/ |
D | anonymous-namespaces.cpp | 44 int concrete() { in concrete() function
|
/external/python/cpython2/Doc/c-api/ |
D | index.rst | 21 concrete.rst
|
/external/python/cpython3/Doc/c-api/ |
D | index.rst | 22 concrete.rst
|
/external/icu/tools/srcgen/javadoc_patches/patches/src/main/java/android/icu/text/ |
D | DecimalFormat.java.patch | 14 * concrete subclass of {@link NumberFormat}. It has a variety of features designed to make it
|
/external/grpc-grpc/ |
D | CONCEPTS.md | 5 provide a concrete implementation of the gRPC protocol, layered over HTTP/2. 53 clients and servers. A concrete embedding over HTTP/2 completes the picture by
|
/external/perfetto/docs/ |
D | multi-layer-tracing.md | 9 services. The concrete use case is combining multiprocess tracing in Chromium
|
/external/python/cpython3/Doc/library/ |
D | filesys.rst | 36 some concrete classes such as file I/O.
|
/external/tensorflow/tensorflow/contrib/eager/python/g3doc/ |
D | guide.md | 4 immediately: concrete values are returned, instead of creating a computational
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | HowToSetUpLLVMStyleRTTI.rst | 65 different concrete classes in the hierarchy, and stash the enum value 201 To be concrete, consider the following code: 246 For concrete bases (i.e. non-abstract interior nodes of the inheritance 250 * Since the class is concrete, it must itself have an entry in the ``Kind`` 404 #. The ``Kind`` enum should have one entry per concrete class, ordered
|
/external/llvm/docs/ |
D | HowToSetUpLLVMStyleRTTI.rst | 65 different concrete classes in the hierarchy, and stash the enum value 201 To be concrete, consider the following code: 246 For concrete bases (i.e. non-abstract interior nodes of the inheritance 250 * Since the class is concrete, it must itself have an entry in the ``Kind`` 404 #. The ``Kind`` enum should have one entry per concrete class, ordered
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/MIR/AArch64/ |
D | print-parse-overloaded-intrinsics.mir | 7 # to encode all the concrete arg types in the name at MIR level.
|