Searched refs:rebased (Results 1 – 24 of 24) sorted by relevance
/external/tensorflow/tensorflow/lite/kernels/internal/ |
D | transpose_utils.cc | 33 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/ |
D | consthoist-few-dependents.ll | 57 ; 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/ |
D | gn_check_autofix.py | 119 rebased = dependency_path 134 rebased = os.path.sep.join((['..'] * len(base_path)) + dependency_path) 135 return rebased + ':' + dependency
|
/external/clang/ |
D | RenderScriptPrebuilts.md | 80 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/ |
D | diff_test_trace_processor.py | 167 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/ |
D | BUILD.gn | 46 # Path should be rebased because |root_build_dir| for current toolchain
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.5.5rc1.rst | 28 Original patch by Jay Bosamiya; rebased to Python 3 by Miro Hrončok.
|
/external/openscreen/third_party/protobuf/ |
D | proto_library.gni | 51 # Path should be rebased because |root_build_dir| for current toolchain
|
/external/llvm-project/llvm/test/Transforms/ConstantHoisting/X86/ |
D | pr43903-not-all-uses-rebased.ll | 5 …iable *): Assertion `UsesNum == (ReBasesNum + NotRebasedNum) && "Not all uses are rebased"' failed.
|
/external/mesa3d/docs/relnotes/ |
D | 18.1.2.rst | 60 - cherry-ignore: Add patches from Jason that he rebased on 18.1
|
/external/pigweed/pw_build/ |
D | zip.gni | 113 # Pass rebased and delimited path to script.
|
/external/arm-trusted-firmware/docs/process/ |
D | faq.rst | 56 the release branch. The ``integration`` branch will be rebased onto ``master``
|
D | contributing.rst | 189 cannot be automatically rebased, then the :ref:`maintainers` may rebase it
|
/external/libdrm/include/drm/ |
D | README | 73 - Switch to a Linux kernel tree/branch which is not rebased.
|
/external/perfetto/gn/standalone/ |
D | proto_library.gni | 159 # Path should be rebased because |root_build_dir| for current toolchain
|
/external/angle/extensions/ |
D | ANGLE_depth_texture.txt | 374 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
|
D | ANGLE_framebuffer_blit.txt | 427 - rebased changes against the OpenGL ES 2.0 specification
|
D | ANGLE_timer_query.txt | 591 - rebased changes against the OpenGL ES 2.0 specification
|
/external/openscreen/docs/ |
D | advanced_gerrit.md | 201 (commit P) and feature B being rebased onto A, then uploaded to Gerrit as commit
|
/external/mesa3d/docs/ |
D | releasing.rst | 164 - The branch history is not stable and it **will** be rebased,
|
D | submittingpatches.rst | 215 - You should periodically check to see if your MR needs to be rebased
|
/external/tensorflow/tensorflow/compiler/mlir/hlo/ |
D | README.md | 219 This dialect will instead be rebased on `mhlo` dialect but operating on buffers
|
/external/autotest/docs/ |
D | faft-design-doc.md | 270 …ate of the Art Section. We can catch bugs easily if any drivers changed or the BIOS source rebased.
|
/external/llvm/docs/ |
D | GettingStarted.rst | 570 branch, and ``mybranch`` is rebased onto ``master``. At first you may check
|