Home
last modified time | relevance | path

Searched refs:See (Results 1 – 25 of 9876) sorted by relevance

12345678910>>...396

/external/llvm/bindings/ocaml/transforms/scalar_opts/
Dllvm_scalar_opts.mli6 * License. See LICENSE.TXT for details.
15 (** See the [llvm::createAggressiveDCEPass] function. *)
20 (** See the [llvm::createAlignmentFromAssumptionsPass] function. *)
25 (** See the [llvm::createCFGSimplificationPass] function. *)
30 (** See [llvm::createDeadStoreEliminationPass] function. *)
35 (** See [llvm::createScalarizerPass] function. *)
40 (** See [llvm::createMergedLoadStoreMotionPass] function. *)
45 (** See the [llvm::createGVNPass] function. *)
50 (** See the [llvm::createIndVarSimplifyPass] function. *)
55 (** See the [llvm::createInstructionCombiningPass] function. *)
[all …]
/external/llvm-project/llvm/bindings/ocaml/transforms/scalar_opts/
Dllvm_scalar_opts.mli4 * See https://llvm.org/LICENSE.txt for license information.
14 (** See the [llvm::createAggressiveDCEPass] function. *)
19 (** See the [llvm::createDCEPass] function. *)
24 (** See the [llvm::createAlignmentFromAssumptionsPass] function. *)
29 (** See the [llvm::createCFGSimplificationPass] function. *)
34 (** See [llvm::createDeadStoreEliminationPass] function. *)
39 (** See [llvm::createScalarizerPass] function. *)
44 (** See [llvm::createMergedLoadStoreMotionPass] function. *)
49 (** See the [llvm::createGVNPass] function. *)
54 (** See the [llvm::createIndVarSimplifyPass] function. *)
[all …]
/external/llvm/bindings/ocaml/transforms/ipo/
Dllvm_ipo.mli6 * License. See LICENSE.TXT for details.
15 (** See the [llvm::createAddArgumentPromotionPass] function. *)
20 (** See the [llvm::createConstantMergePass] function. *)
25 (** See the [llvm::createDeadArgEliminationPass] function. *)
30 (** See the [llvm::createFunctionAttrsPass] function. *)
35 (** See the [llvm::createFunctionInliningPass] function. *)
40 (** See the [llvm::createAlwaysInlinerPass] function. *)
45 (** See the [llvm::createGlobalDCEPass] function. *)
50 (** See the [llvm::createGlobalOptimizerPass] function. *)
55 (** See the [llvm::createIPConstantPropagationPass] function. *)
[all …]
/external/llvm-project/llvm/bindings/ocaml/transforms/ipo/
Dllvm_ipo.mli4 * See https://llvm.org/LICENSE.txt for license information.
14 (** See the [llvm::createAddArgumentPromotionPass] function. *)
19 (** See the [llvm::createConstantMergePass] function. *)
24 (** See the [llvm::createMergeFunctionsPass] function. *)
29 (** See the [llvm::createDeadArgEliminationPass] function. *)
34 (** See the [llvm::createFunctionAttrsPass] function. *)
39 (** See the [llvm::createFunctionInliningPass] function. *)
44 (** See the [llvm::createAlwaysInlinerPass] function. *)
49 (** See the [llvm::createGlobalDCEPass] function. *)
54 (** See the [llvm::createGlobalOptimizerPass] function. *)
[all …]
/external/tensorflow/tensorflow/core/protobuf/
Dworker_service.proto12 See the License for the specific language governing permissions and
41 // See worker.proto for details.
44 // See worker.proto for details.
48 // See worker.proto for details.
52 // See worker.proto for details.
55 // See worker.proto for details.
58 // See worker.proto for details.
61 // See worker.proto for details.
64 // See worker.proto for details.
67 // See worker.proto for details.
[all …]
/external/llvm-project/llvm/bindings/ocaml/llvm/
Dllvm.mli4 * See https://llvm.org/LICENSE.txt for license information.
19 (** The top-level container for all LLVM global data. See the
24 objects. See the [llvm::Module] class. *)
27 (** Each value in the LLVM IR has a type, an instance of [lltype]. See the
32 constants, and much more are all [llvalues]. See the [llvm::Value] class.
36 (** Used to store users and usees of values. See the [llvm::Use] class. *)
39 (** A basic block in LLVM IR. See the [llvm::BasicBlock] class. *)
42 (** Used to generate instructions in the LLVM IR. See the [llvm::LLVMBuilder]
49 (** An attribute in LLVM IR. See the [llvm::Attribute] class. *)
53 See the [llvm::MemoryBuffer] class. *)
[all …]
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli6 * License. See LICENSE.TXT for details.
20 (** The top-level container for all LLVM global data. See the
25 objects. See the [llvm::Module] class. *)
28 (** Each value in the LLVM IR has a type, an instance of [lltype]. See the
33 constants, and much more are all [llvalues]. See the [llvm::Value] class.
37 (** Used to store users and usees of values. See the [llvm::Use] class. *)
40 (** A basic block in LLVM IR. See the [llvm::BasicBlock] class. *)
43 (** Used to generate instructions in the LLVM IR. See the [llvm::LLVMBuilder]
48 See the [llvm::MemoryBuffer] class. *)
54 (** The kind of an [lltype], the result of [classify_type ty]. See the
[all …]
/external/llvm/bindings/ocaml/transforms/passmgr_builder/
Dllvm_passmgr_builder.mli6 * License. See LICENSE.TXT for details.
17 (** See the [llvm::PassManagerBuilder] function. *)
21 (** See the [llvm::PassManagerBuilder::OptLevel] function. *)
25 (** See the [llvm::PassManagerBuilder::SizeLevel] function. *)
29 (** See the [llvm::PassManagerBuilder::DisableUnitAtATime] function. *)
33 (** See the [llvm::PassManagerBuilder::DisableUnrollLoops] function. *)
37 (** See the [llvm::PassManagerBuilder::Inliner] function. *)
41 (** See the [llvm::PassManagerBuilder::populateFunctionPassManager] function. *)
46 (** See the [llvm::PassManagerBuilder::populateModulePassManager] function. *)
51 (** See the [llvm::PassManagerBuilder::populateLTOPassManager] function. *)
/external/llvm-project/llvm/bindings/ocaml/transforms/passmgr_builder/
Dllvm_passmgr_builder.mli4 * See https://llvm.org/LICENSE.txt for license information.
16 (** See the [llvm::PassManagerBuilder] function. *)
20 (** See the [llvm::PassManagerBuilder::OptLevel] function. *)
24 (** See the [llvm::PassManagerBuilder::SizeLevel] function. *)
28 (** See the [llvm::PassManagerBuilder::DisableUnitAtATime] function. *)
32 (** See the [llvm::PassManagerBuilder::DisableUnrollLoops] function. *)
36 (** See the [llvm::PassManagerBuilder::Inliner] function. *)
40 (** See the [llvm::PassManagerBuilder::populateFunctionPassManager] function. *)
45 (** See the [llvm::PassManagerBuilder::populateModulePassManager] function. *)
50 (** See the [llvm::PassManagerBuilder::populateLTOPassManager] function. *)
/external/llvm/bindings/ocaml/target/
Dllvm_target.mli6 * License. See LICENSE.TXT for details.
63 See the constructor [llvm::DataLayout::DataLayout]. *)
67 See the method [llvm::DataLayout::getStringRepresentation]. *)
72 See the method [llvm::DataLayout::isLittleEndian]. *)
76 See the method [llvm::DataLayout::getPointerSize]. *)
80 See the method [llvm::DataLayout::getIntPtrType]. *)
84 See the method [llvm::DataLayout::getPointerSize]. *)
89 See the method [llvm::DataLayout::getIntPtrType]. *)
93 See the method [llvm::DataLayout::getTypeSizeInBits]. *)
97 See the method [llvm::DataLayout::getTypeStoreSize]. *)
[all …]
/external/llvm-project/llvm/bindings/ocaml/target/
Dllvm_target.mli4 * See https://llvm.org/LICENSE.txt for license information.
62 See the constructor [llvm::DataLayout::DataLayout]. *)
66 See the method [llvm::DataLayout::getStringRepresentation]. *)
71 See the method [llvm::DataLayout::isLittleEndian]. *)
75 See the method [llvm::DataLayout::getPointerSize]. *)
79 See the method [llvm::DataLayout::getIntPtrType]. *)
83 See the method [llvm::DataLayout::getPointerSize]. *)
88 See the method [llvm::DataLayout::getIntPtrType]. *)
92 See the method [llvm::DataLayout::getTypeSizeInBits]. *)
96 See the method [llvm::DataLayout::getTypeStoreSize]. *)
[all …]
/external/freetype/
Dmodules.cfg52 # PFR/TrueDoc font driver. See optional extension ftpfr.c below also.
60 # Windows FONT/FNT font driver. See optional extension ftwinfnt.c below
67 # BDF font driver. See optional extension ftbdf.c below also.
108 # that its public API is subject to change if necessary). See
118 # See include/freetype/ftgzip.h for the API.
123 # See include/freetype/ftlzw.h for the API.
128 # See include/freetype/ftbzip2.h for the API.
153 # See include/freetype/ftbbox.h for the API.
158 # See include/freetype/ftbdf.h for the API.
164 # See include/freetype/ftbitmap.h for the API.
[all …]
/external/tensorflow/tensorflow/compiler/mlir/hlo/include/mlir-hlo/Dialect/mhlo/IR/
Dhlo_ops_base.td12 See the License for the specific language governing permissions and
136 // See https://www.tensorflow.org/xla/operation_semantics#element-wise_unary_functions
144 See
155 See
166 See
177 See
189 See https://www.tensorflow.org/xla/operation_semantics#convertelementtype.
199 See
210 See
221 See
[all …]
Dchlo_ops.td12 See the License for the specific language governing permissions and
27 // See: https://www.tensorflow.org/xla/operation_semantics
73 // See:
111 See
124 See
137 See
150 See
163 See
176 See
198 See
[all …]
/external/llvm/bindings/ocaml/analysis/
Dllvm_analysis.mli6 * License. See LICENSE.TXT for details.
17 human-readable validation report. See [llvm::verifyModule]. *)
22 human-readable validation report. See [llvm::verifyFunction]. *)
26 validation report to [stderr] and aborts the program if it is invalid. See
32 validation report to [stderr] and aborts the program if it is invalid. See
39 See [llvm::Function::viewCFG]. *)
44 See [llvm::Function::viewCFGOnly]. *)
/external/mesa3d/docs/
Dsystems.rst14 - Intel GMA, HD Graphics, Iris. See `Intel's
16 - AMD Radeon series. See
18 - NVIDIA GPUs (Riva TNT and later). See `Nouveau
20 - Qualcomm Adreno A2xx-A6xx. See `Freedreno
22 - Broadcom VideoCore 4, 5. See `This Week in
24 - ARM Mali Utgard. See `Lima
26 - ARM Mali Midgard, Bifrost. See `Panfrost
28 - Vivante GCxxx. See `Etnaviv
/external/llvm-project/llvm/bindings/ocaml/analysis/
Dllvm_analysis.mli4 * See https://llvm.org/LICENSE.txt for license information.
16 human-readable validation report. See [llvm::verifyModule]. *)
21 human-readable validation report. See [llvm::verifyFunction]. *)
25 validation report to [stderr] and aborts the program if it is invalid. See
31 validation report to [stderr] and aborts the program if it is invalid. See
38 See [llvm::Function::viewCFG]. *)
43 See [llvm::Function::viewCFGOnly]. *)
/external/llvm/bindings/ocaml/transforms/vectorize/
Dllvm_vectorize.mli6 * License. See LICENSE.TXT for details.
15 (** See the [llvm::createBBVectorizePass] function. *)
20 (** See the [llvm::createLoopVectorizePass] function. *)
25 (** See the [llvm::createSLPVectorizerPass] function. *)
/external/parameter-framework/upstream/doc/requirements/
DAPIs.md10 See
16 Implement the **Selection Criterion** creation requirements. See section **5.4**
40 See also the Selection Criterion APIs below.
46 See also the Parameter Handle APIs below.
73 `ParameterMgrPlatformConnector` and extands them. See this class' description.
100 Part of the Introspection requirements. See [req-introspection] especialy implement
137 See section [req-serializable].
141 Imports previously-exported data into the inference engine. See [req-deserializable].
145 Exports a given part of the inference engine data. See [Serialization of individual data].
149 Imports a partial inference engine data as previously exported. See section
/external/icing/proto/icing/proto/
Ddocument.proto12 // See the License for the specific language governing permissions and
40 // See icing.lib.SchemaTypeConfigProto.schema_type for details.
84 // See icing.lib.PropertyConfigProto.property_name for details.
107 // See status.proto for more details.
115 // be accurate only when the status above is OK. See logging.proto for
129 // See status.proto for more details.
146 // See status.proto for more details.
163 // See status.proto for more details.
182 // See status.proto for more details.
201 // See status.proto for more details.
[all …]
/external/llvm-project/llvm/bindings/ocaml/transforms/vectorize/
Dllvm_vectorize.mli4 * See https://llvm.org/LICENSE.txt for license information.
14 (** See the [llvm::createLoopVectorizePass] function. *)
19 (** See the [llvm::createSLPVectorizerPass] function. *)
/external/python/cpython3/Doc/library/
Dasyncio-api-index.rst73 * See also the main :ref:`Tasks documentation page <coroutine>`.
102 * See also the :ref:`Queues documentation page <asyncio-queues>`.
125 * See also the :ref:`subprocess APIs <asyncio-subprocess>`
161 * See also the :ref:`streams APIs <asyncio-streams>`
194 * See also the documentation of asyncio
212 - Raised when a Task is cancelled. See also :meth:`Task.cancel`.
220 * See also the full list of
/external/angle/doc/
DDirtyBits.md38 See [`gl::State::DirtyBitType`][DirtyBitType].
41 bitset. See examples in the [GL back-end][GLSyncState], [D3D11 back-end][D3D11SyncState] and
47 dirty bits and `syncState` methods. See [`gl::Framebuffer::DirtyBitType`][FBODirtyBits] and
51 to scan the bitsets for 1 bits. See [`bitset_utils.h`](../src/common/bitset_utils.h) for more
56 To optimize validation we cache many checks. See [`gl::StateCache`][StateCache] for examples. We
62 See a below example of a call to `glTexImage2D` that can affect draw call validation:
80 invalidation notifications. See [`Observer.h`](../src/libANGLE/Observer.h). In the example the
88 See the below diagram for the dependency relations between Subjects and Observers.
94 See [Fast OpenGL State Transitions][FastStateTransitions] in [Vulkan documents][VulkanREADME] for
/external/skia/modules/canvaskit/npm_build/
DREADME.md3 See https://skia.org/user/modules/canvaskit for more background information.
73 See `example.html` and `node.example.js` for demos of how to use the core API.
75 See `extra.html` for some optional add-ins like an animation player (Skottie)
78 See `types/index.d.ts` for a typescript definition file that contains all the
102 See more examples in `example.html` and `node.example.js`.
110 See CONTRIBUTING.md for more information on sending pull requests.
/external/autotest/server/site_tests/tast/
Dcontrol.syzkaller17 See go/ctp-syzkaller for more details.
20 of Autotest. See https://chromium.googlesource.com/chromiumos/platform/tast/
22 See http://go/tast-failures for information about investigating failures.

12345678910>>...396