Searched refs:shims (Results 1 – 25 of 26) sorted by relevance
12
/external/llvm-project/lld/lib/ReaderWriter/MachO/ |
D | ShimPass.cpp | 71 std::vector<const DefinedAtom *> shims; in perform() local 72 shims.reserve(_targetToShim.size()); in perform() 74 shims.push_back(element.second); in perform() 76 std::sort(shims.begin(), shims.end(), in perform() 82 for (const DefinedAtom *shim : shims) in perform()
|
/external/tensorflow/tensorflow/lite/java/src/main/native/ |
D | BUILD | 34 "//tensorflow/lite/core/shims:common", 35 "//tensorflow/lite/core/shims:framework", 36 "//tensorflow/lite/core/shims:jni_initialization", 52 "//tensorflow/lite/core/shims:builtin_ops", 53 "//tensorflow/lite/core/shims:framework",
|
/external/tensorflow/tensorflow/ |
D | opensource_only.files | 9 tensorflow/lite/core/shims/BUILD 10 tensorflow/lite/core/shims/c/builtin_op_data.h 11 tensorflow/lite/core/shims/c/c_api.h 12 tensorflow/lite/core/shims/c/c_api_experimental.h 13 tensorflow/lite/core/shims/c/common.h 14 tensorflow/lite/core/shims/c/shims_test_util.cc 15 tensorflow/lite/core/shims/c/shims_test_util.h 16 tensorflow/lite/core/shims/cc/interpreter.h 17 tensorflow/lite/core/shims/cc/interpreter_builder.h 18 tensorflow/lite/core/shims/cc/kernels/register.h [all …]
|
/external/tensorflow/tensorflow/lite/core/shims/ |
D | README.md | 4 The intent is that the shims in this directory could be modified to optionally
|
/external/grpc-grpc/doc/core/ |
D | pending_api_cleanups.md | 8 shims.
|
/external/grpc-grpc/doc/cpp/ |
D | pending_api_cleanups.md | 8 shims.
|
/external/llvm-project/lldb/docs/resources/ |
D | caveats.rst | 46 or use the absolute path to the shims in ``/usr/bin``.
|
/external/ltp/testcases/kernel/fs/fs_bind/ |
D | CHANGELOG | 37 are not switched yet (easy to do). I did this by writing some LTP API shims
|
/external/rust/crates/rand_core/ |
D | README.md | 52 and `SeedableRng`.) A few crate releases are thus compatibility shims,
|
/external/rust/cxx/book/src/binding/ |
D | result.md | 8 handle the translation of those to Rust Result\<T\> using your own shims for
|
/external/python/cryptography/ |
D | Jenkinsfile | 148 export PATH="/Users/jenkins/.pyenv/shims:\${PATH}"
|
/external/tensorflow/tensorflow/lite/ |
D | BUILD | 81 visibility = ["//tensorflow/lite/core/shims:__subpackages__"], 325 "//tensorflow/lite/core/shims:__subpackages__",
|
/external/python/cryptography/.jenkins/ |
D | Jenkinsfile-cryptography-wheel-builder | 106 export PATH="/Users/jenkins/.pyenv/shims:\${PATH}"
|
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/ |
D | build.log | 54 buffer-shims: 1.0.0
|
/external/rust/crates/rand/ |
D | README.md | 86 and `SeedableRng`.) A few crate releases are thus compatibility shims,
|
D | CHANGELOG.md | 172 - Move wasm-bindgen shims to correct crate (#686)
|
/external/rust/crates/hashbrown/ |
D | CHANGELOG.md | 38 …rt the unstable allocator items from the standard library, nor the stable shims approximating the …
|
/external/ltp/doc/ |
D | style-guide.txt | 254 shims around the testcases using libltp APIs to reduce longterm maintenance
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.11rc1.rst | 320 compatibility shims.
|
/external/rust/cxx/ |
D | README.md | 176 to be defined as `extern "C"` ABI or no\_mangle. CXX will put in the right shims
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.5.1rc1.rst | 630 compatibility shims.
|
/external/python/six/documentation/ |
D | index.rst | 461 Six contains compatibility shims for unittest assertions that have been renamed.
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | BUILD | 2425 visibility = ["//tensorflow/lite/core/shims:__subpackages__"],
|
/external/python/dateutil/ |
D | NEWS | 62 - Removed unnecessary binary_type compatibility shims.
|
/external/kotlinx.coroutines/benchmarks/src/jmh/resources/ |
D | ospd.txt.gz |
|
12