/external/webrtc/modules/audio_coding/neteq/ |
D | time_stretch.cc | 186 int32_t left_side = rtc::saturated_cast<int32_t>( in SpeechDetection() local 197 left_side = left_side >> right_scale; in SpeechDetection() 204 if (WebRtcSpl_NormW32(left_side) < 2 * scaling) { in SpeechDetection() 206 int temp_scale = WebRtcSpl_NormW32(left_side); in SpeechDetection() 207 left_side = left_side << temp_scale; in SpeechDetection() 210 left_side = left_side << 2 * scaling; in SpeechDetection() 212 return left_side > right_side; in SpeechDetection()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | triangular_solve_expander.cc | 135 bool left_side, bool lower, in SolveWithInvertedDiagonalBlocks() argument 148 int64 m_dim = (left_side) ? -1 : -2; in SolveWithInvertedDiagonalBlocks() 153 int64 block_dim = (left_side) ? bdims - 2 : bdims - 1; in SolveWithInvertedDiagonalBlocks() 167 bool backward = left_side ^ lower ^ transpose_a; in SolveWithInvertedDiagonalBlocks() 184 if (!left_side) { in SolveWithInvertedDiagonalBlocks() 205 if (!left_side ^ transpose_a) { in SolveWithInvertedDiagonalBlocks() 211 if (left_side) { in SolveWithInvertedDiagonalBlocks() 219 if (left_side) { in SolveWithInvertedDiagonalBlocks() 373 XlaOp a, XlaOp b, bool left_side, bool lower, bool transpose_a, in SolveByInvertingDiagonalBlocks() argument 403 return SolveWithInvertedDiagonalBlocks(a, b, inv_diag_blocks, left_side, in SolveByInvertingDiagonalBlocks() [all …]
|
D | triangular_solve_expander.h | 41 XlaOp SolveByInvertingDiagonalBlocks(XlaOp a, XlaOp b, bool left_side, 52 XlaOp SolveDirectly(XlaOp a, XlaOp b, bool left_side, bool lower, 56 XlaOp BuildTriangularSolve(XlaOp a, XlaOp b, bool left_side, bool lower,
|
D | hlo_instructions.cc | 366 return options.left_side() == other_options.left_side() && in IdenticalSlowPath()
|
D | shape_inference.cc | 1988 b.dimensions(b.rank() - (options.left_side() ? 2 : 1))) { in InferTriangularSolveShape()
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | triangular_solve_test.cc | 446 bool left_side; member 472 if (!spec.left_side) { in XLA_TEST_P() 481 auto x = TriangularSolve(a, b, spec.left_side, spec.lower, in XLA_TEST_P() 486 if (spec.left_side) { in XLA_TEST_P() 502 for (bool left_side : {false, true}) { in TriangularSolveTests() 510 specs.push_back({dims, left_side, lower, transpose_a}); in TriangularSolveTests() 526 absl::StrJoin(spec.dims, "_"), "_", spec.left_side ? "left" : "right", in __anon004146d00402()
|
/external/python/cpython2/Lib/lib2to3/fixes/ |
D | fix_metaclass.py | 38 left_side = expr_node.children[0] 39 if isinstance(left_side, Leaf) and \ 40 left_side.value == '__metaclass__':
|
/external/python/cpython3/Lib/lib2to3/fixes/ |
D | fix_metaclass.py | 38 left_side = expr_node.children[0] 39 if isinstance(left_side, Leaf) and \ 40 left_side.value == '__metaclass__':
|
/external/protobuf/src/google/protobuf/util/ |
D | message_differencer.h | 653 bool left_side, const Message& message); 657 bool left_side); 666 bool left_side);
|
D | message_differencer.cc | 1755 const std::vector<SpecificField>& field_path, bool left_side) { in PrintPath() argument 1776 if (left_side && specific_field.index >= 0) { in PrintPath() 1779 if (!left_side && specific_field.new_index >= 0) { in PrintPath() 1787 const std::vector<SpecificField>& field_path, bool left_side, in PrintPath() argument 1789 PrintPath(field_path, left_side); in PrintPath() 1794 bool left_side) { in PrintValue() argument 1799 int index = left_side ? specific_field.index : specific_field.new_index; in PrintValue() 1818 (left_side ? specific_field.unknown_field_set1 in PrintValue() 1821 &unknown_fields->field(left_side ? specific_field.unknown_field_index1 in PrintValue()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | triangular_solve_thunk.cc | 43 side_(options.left_side() ? se::blas::Side::kLeft in TriangularSolveThunk()
|
/external/tensorflow/tensorflow/compiler/mlir/hlo/tests/ |
D | ops.mlir | 884 …%0 = "mhlo.triangular_solve"(%arg0, %arg1) {left_side = true, lower = true, transpose_a = "NO_TRAN… 892 …%0 = "mhlo.triangular_solve"(%arg0, %arg1) {left_side = true, lower = true, transpose_a = "NO_TRAN… 900 …%0 = "mhlo.triangular_solve"(%arg0, %arg1) {left_side = true, lower = true, transpose_a = "NO_TRAN… 908 …%0 = "mhlo.triangular_solve"(%arg0, %arg1) {left_side = true, lower = true, transpose_a = "NO_TRAN… 916 …%0 = "mhlo.triangular_solve"(%arg0, %arg1) {left_side = true, lower = true, transpose_a = "NO_TRAN… 924 …%0 = "mhlo.triangular_solve"(%arg0, %arg1) {left_side = true, lower = true, transpose_a = "NO_TRAN… 932 …%0 = "mhlo.triangular_solve"(%arg0, %arg1) {left_side = true, lower = true, transpose_a = "NO_TRAN…
|
D | lhlo_ops.mlir | 872 left_side = true, lower = true, transpose_a = "NO_TRANSPOSE",
|
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/translate/ |
D | export.mlir | 944 …%0 = "mhlo.triangular_solve"(%arg0, %arg1) {left_side = true, lower = true, transpose_a = "NO_TRAN… 951 // CHECK-SAME: f32[4,3] triangular-solve(f32[4,4] [[ARG_A]], f32[4,3] [[ARG_B]]), left_side=true, … 1194 …%0 = "mhlo.triangular_solve"(%arg0, %arg1) {left_side = false, lower = true, transpose_a = "NO_TRA…
|
D | import.hlotxt | 903 // CHECK-SAME: left_side = true 907 …ve.3 = f32[4,3] triangular-solve(f32[4,4] %Arg_0.1, f32[4,3] %Arg_1.2), left_side=true, lower=true…
|
/external/tensorflow/tensorflow/compiler/mlir/xla/ir/ |
D | mlir_hlo_builder.cc | 449 builder_.getBoolAttr(options.left_side()), in TriangularSolveInternal()
|
/external/tensorflow/tensorflow/compiler/mlir/hlo/include/mlir-hlo/Dialect/mhlo/IR/ |
D | lhlo_ops.td | 635 BoolAttr:$left_side,
|
D | hlo_ops.td | 1231 BoolAttr:$left_side,
|
/external/tensorflow/tensorflow/compiler/mlir/xla/ |
D | hlo_function_importer.cc | 642 instruction->triangular_solve_options().left_side()))); in ImportInstructionImpl()
|
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/hlo_to_lhlo_with_xla/ |
D | hlo_text_to_lhlo_no_opt.hlotxt | 676 // CHECK-SAME: left_side = false
|
/external/tensorflow/tensorflow/compiler/xla/client/ |
D | xla_builder.h | 1205 friend XlaOp TriangularSolve(XlaOp a, XlaOp b, bool left_side, bool lower, 1967 XlaOp TriangularSolve(XlaOp a, XlaOp b, bool left_side, bool lower,
|
D | xla_builder.cc | 4421 XlaOp TriangularSolve(XlaOp a, XlaOp b, bool left_side, bool lower, in TriangularSolve() argument 4429 options.set_left_side(left_side); in TriangularSolve()
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | xla_data.proto | 599 bool left_side = 1; field
|
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/ |
D | mhlo_to_lhlo_with_xla.cc | 1305 triangular_solve.left_sideAttr(builder_.getBoolAttr(options.left_side())); in EmitTriangularSolveOp()
|
/external/tensorflow/tensorflow/compiler/xla/g3doc/ |
D | operation_semantics.md | 2829 <b> `TriangularSolve(a, b, left_side, lower, unit_diagonal, transpose_a)` </b> 2837 : : : `[..., M, K]` if `left_side` is true, `[..., : 2839 | `left_side` | `bool` | indicates whether to solve a system of the |
|