Home
last modified time | relevance | path

Searched refs:rebased (Results 1 – 24 of 24) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/internal/
Dtranspose_utils.cc33 int rebased = params.perm[i] - first_perm; in IsTranspose2DApplicable() local
34 if (rebased < 0) { in IsTranspose2DApplicable()
35 rebased += dims_cnt; in IsTranspose2DApplicable()
37 if (rebased != i) { in IsTranspose2DApplicable()
/external/llvm-project/llvm/test/CodeGen/Thumb/
Dconsthoist-few-dependents.ll57 ; Test that for i8 type, constant -1 is not rebased since it's the only
106 ; Test that for i16 type constant 65532 is not rebased if it's the only
107 ; dependent of base constant 65531. Cost would be the same if rebased.
108 ; If rebased, 3 two-byte instructions:
112 ; If NOT rebased, 1 two-byte instruction plus 1 four-byte CP entry:
121 ; in bb2 is rebased
135 ; in bb2 is not rebased
/external/webrtc/tools_webrtc/
Dgn_check_autofix.py119 rebased = dependency_path
134 rebased = os.path.sep.join((['..'] * len(base_path)) + dependency_path)
135 return rebased + ':' + dependency
/external/clang/
DRenderScriptPrebuilts.md80 5. Test old APKs with rebased tools: grab the above apps from a different tree
81 (i.e. without the rebase), push them to a device with the rebased tools, and
83 This ensures that the rebased BitcodeReader can read the output of old
/external/perfetto/tools/
Ddiff_test_trace_processor.py167 rebased = 0
292 return test_failure, perf_data, rebased
415 test_failure, perf_data, rebased = run_all_tests(
425 sys.stderr.write('{} tests rebased.\n'.format(rebased))
/external/openscreen/osp/msgs/
DBUILD.gn46 # Path should be rebased because |root_build_dir| for current toolchain
/external/python/cpython3/Misc/NEWS.d/
D3.5.5rc1.rst28 Original patch by Jay Bosamiya; rebased to Python 3 by Miro Hrončok.
/external/openscreen/third_party/protobuf/
Dproto_library.gni51 # Path should be rebased because |root_build_dir| for current toolchain
/external/llvm-project/llvm/test/Transforms/ConstantHoisting/X86/
Dpr43903-not-all-uses-rebased.ll5 …iable *): Assertion `UsesNum == (ReBasesNum + NotRebasedNum) && "Not all uses are rebased"' failed.
/external/mesa3d/docs/relnotes/
D18.1.2.rst60 - cherry-ignore: Add patches from Jason that he rebased on 18.1
/external/pigweed/pw_build/
Dzip.gni113 # Pass rebased and delimited path to script.
/external/arm-trusted-firmware/docs/process/
Dfaq.rst56 the release branch. The ``integration`` branch will be rebased onto ``master``
Dcontributing.rst189 cannot be automatically rebased, then the :ref:`maintainers` may rebase it
/external/libdrm/include/drm/
DREADME73 - Switch to a Linux kernel tree/branch which is not rebased.
/external/perfetto/gn/standalone/
Dproto_library.gni159 # Path should be rebased because |root_build_dir| for current toolchain
/external/angle/extensions/
DANGLE_depth_texture.txt374 This specification was also rebased to apply against the OpenGL ES 2.0
401 OES_packed_depth_stencil and rebased against the ES 2.0 spec
DANGLE_framebuffer_blit.txt427 - rebased changes against the OpenGL ES 2.0 specification
DANGLE_timer_query.txt591 - rebased changes against the OpenGL ES 2.0 specification
/external/openscreen/docs/
Dadvanced_gerrit.md201 (commit P) and feature B being rebased onto A, then uploaded to Gerrit as commit
/external/mesa3d/docs/
Dreleasing.rst164 - The branch history is not stable and it **will** be rebased,
Dsubmittingpatches.rst215 - You should periodically check to see if your MR needs to be rebased
/external/tensorflow/tensorflow/compiler/mlir/hlo/
DREADME.md219 This dialect will instead be rebased on `mhlo` dialect but operating on buffers
/external/autotest/docs/
Dfaft-design-doc.md270 …ate of the Art Section. We can catch bugs easily if any drivers changed or the BIOS source rebased.
/external/llvm/docs/
DGettingStarted.rst570 branch, and ``mybranch`` is rebased onto ``master``. At first you may check