Home
last modified time | relevance | path

Searched refs:left_side (Results 1 – 25 of 28) sorted by relevance

12

/external/webrtc/modules/audio_coding/neteq/
Dtime_stretch.cc186 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/
Dtriangular_solve_expander.cc135 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 …]
Dtriangular_solve_expander.h41 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,
Dhlo_instructions.cc366 return options.left_side() == other_options.left_side() && in IdenticalSlowPath()
Dshape_inference.cc1988 b.dimensions(b.rank() - (options.left_side() ? 2 : 1))) { in InferTriangularSolveShape()
/external/tensorflow/tensorflow/compiler/xla/tests/
Dtriangular_solve_test.cc446 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 __anon2e4acd290402()
/external/python/cpython2/Lib/lib2to3/fixes/
Dfix_metaclass.py38 left_side = expr_node.children[0]
39 if isinstance(left_side, Leaf) and \
40 left_side.value == '__metaclass__':
/external/python/cpython3/Lib/lib2to3/fixes/
Dfix_metaclass.py38 left_side = expr_node.children[0]
39 if isinstance(left_side, Leaf) and \
40 left_side.value == '__metaclass__':
/external/protobuf/src/google/protobuf/util/
Dmessage_differencer.h653 bool left_side, const Message& message);
657 bool left_side);
666 bool left_side);
Dmessage_differencer.cc1755 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/
Dtriangular_solve_thunk.cc43 side_(options.left_side() ? se::blas::Side::kLeft in TriangularSolveThunk()
/external/tensorflow/tensorflow/compiler/mlir/hlo/tests/
Dops.mlir884 …%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…
Dlhlo_ops.mlir872 left_side = true, lower = true, transpose_a = "NO_TRANSPOSE",
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/translate/
Dexport.mlir944 …%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…
Dimport.hlotxt903 // 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/
Dmlir_hlo_builder.cc449 builder_.getBoolAttr(options.left_side()), in TriangularSolveInternal()
/external/tensorflow/tensorflow/compiler/mlir/hlo/include/mlir-hlo/Dialect/mhlo/IR/
Dlhlo_ops.td635 BoolAttr:$left_side,
Dhlo_ops.td1231 BoolAttr:$left_side,
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dhlo_function_importer.cc642 instruction->triangular_solve_options().left_side()))); in ImportInstructionImpl()
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/hlo_to_lhlo_with_xla/
Dhlo_text_to_lhlo_no_opt.hlotxt676 // CHECK-SAME: left_side = false
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.h1205 friend XlaOp TriangularSolve(XlaOp a, XlaOp b, bool left_side, bool lower,
1967 XlaOp TriangularSolve(XlaOp a, XlaOp b, bool left_side, bool lower,
Dxla_builder.cc4421 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/
Dxla_data.proto599 bool left_side = 1; field
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dmhlo_to_lhlo_with_xla.cc1305 triangular_solve.left_sideAttr(builder_.getBoolAttr(options.left_side())); in EmitTriangularSolveOp()
/external/tensorflow/tensorflow/compiler/xla/g3doc/
Doperation_semantics.md2829 <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 |

12