Home
last modified time | relevance | path

Searched refs:concrete (Results 1 – 25 of 207) sorted by relevance

123456789

/external/tensorflow/tensorflow/lite/g3doc/r2/convert/
Dconcrete_function.md1 # 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 …]
Dpython_api.md13 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.
Dindex.md4 [concrete function](concrete_function.md), and generates a TensorFlow Lite
/external/v8/src/compiler/
Djs-context-specialization.cc146 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/
DLazyType.java11 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/
DJunit4.java36 boolean concrete = !Modifier.isAbstract(klass.getModifiers()); in isJunit4Test()
53 return concrete; in isJunit4Test()
66 if (!concrete) { in isJunit4Test()
/external/tensorflow/tensorflow/python/saved_model/
Dsignature_serialization.py75 concrete = _get_signature(function)
76 if concrete is not None and _valid_signature(concrete):
77 possible_signatures.append(concrete)
/external/clang/test/SemaTemplate/
Doverload-uneval.cpp22 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/
DRegionStore.txt15 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/
DAbstractFileSystemEntry.groovy19 …* The abstract superclass for concrete file system entry classes representing files and directorie…
45 * Abstract method -- must be implemented within concrete subclasses
DDirectoryEntry.groovy42 * Abstract method -- must be implemented within concrete subclasses
/external/tensorflow/tensorflow/python/eager/
Ddef_function_test.py276 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/
DREADME.md9 (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/
Dsaved_object_graph.proto29 // 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/
Danonymous-namespaces.cpp44 int concrete() { in concrete() function
/external/python/cpython2/Doc/c-api/
Dindex.rst21 concrete.rst
/external/python/cpython3/Doc/c-api/
Dindex.rst22 concrete.rst
/external/icu/tools/srcgen/javadoc_patches/patches/src/main/java/android/icu/text/
DDecimalFormat.java.patch14 * concrete subclass of {@link NumberFormat}. It has a variety of features designed to make it
/external/grpc-grpc/
DCONCEPTS.md5 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/
Dmulti-layer-tracing.md9 services. The concrete use case is combining multiprocess tracing in Chromium
/external/python/cpython3/Doc/library/
Dfilesys.rst36 some concrete classes such as file I/O.
/external/tensorflow/tensorflow/contrib/eager/python/g3doc/
Dguide.md4 immediately: concrete values are returned, instead of creating a computational
/external/swiftshader/third_party/llvm-7.0/llvm/docs/
DHowToSetUpLLVMStyleRTTI.rst65 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/
DHowToSetUpLLVMStyleRTTI.rst65 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/
Dprint-parse-overloaded-intrinsics.mir7 # to encode all the concrete arg types in the name at MIR level.

123456789