Home
last modified time | relevance | path

Searched refs:rhs_i (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/shim/
Dshape.cc39 const auto rhs_i = rhs.value_[i]; in Compatible() local
40 if (lhs_i != rhs_i && lhs_i != kUnknownDim && rhs_i != kUnknownDim) in Compatible()
/external/mesa3d/src/compiler/glsl/
Dopt_array_splitting.cpp415 ir_rvalue *rhs_i = in visit_leave() local
422 new(mem_ctx) ir_assignment(lhs_i, rhs_i, condition_i); in visit_leave()
Dlower_ubo_reference.cpp871 ir_dereference *rhs_i = in check_for_buffer_array_copy() local
874 ir->insert_after(assign(lhs_i, rhs_i)); in check_for_buffer_array_copy()
/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dtridiagonal.cc290 auto rhs_i = Coefficient(rhs, i); in TridiagonalSolverImpl() local
304 rhs_i - w_i * Coefficient(rhs_after_elimination, i - one)); in TridiagonalSolverImpl()
/external/tensorflow/tensorflow/core/ir/types/
Ddialect.cc823 auto rhs_i = std::get<1>(pair); in ArraysAreCastCompatible() local
824 if (!AreCastCompatible({lhs_i, rhs_i})) return false; in ArraysAreCastCompatible()