HomeSort by relevance Sort by last modified time
    Searched refs:op_a (Results 1 - 5 of 5) sorted by null

  /art/compiler/optimizing/
induction_var_range.cc 372 IsConstant(trip->op_a, kExact, tc);
389 if (IsConstant(info->op_a, kExact, &stride_value) && stride_value == 1) {
418 if (GenerateCode(trip->op_a, nullptr, graph, block, &trip_expr, false, false)) {
491 HInductionVarAnalysis::InductionInfo* lower = trip->op_b->op_a;
506 return HasFetchInLoop(info->op_a) || HasFetchInLoop(info->op_b);
515 return IsConstant(info->op_a, kExact, stride_value);
517 return NeedsTripCount(info->op_a, stride_value);
556 HInductionVarAnalysis::InductionInfo* trip_expr = trip->op_a;
559 if (IsConstant(info->op_a, kExact, &stride_value)) {
563 // Analyze cancelled trip with just the positive operand (trip_expr->op_a)
    [all...]
induction_var_analysis.cc 510 induction = RotatePeriodicInduction(induction->op_b, induction->op_a);
538 induction->op_a,
575 InductionInfo* new_a = TransferAddSub(a->op_a, b->op_a, op);
582 InductionInfo* new_a = b->op_a;
594 InductionInfo* new_a = a->op_a;
617 InductionInfo* new_a = TransferNeg(a->op_a);
640 InductionInfo* new_a = TransferMul(a, b->op_a);
648 InductionInfo* new_a = TransferMul(a->op_a, b);
668 return CreateInduction(kLinear, kNop, a->op_a, a->op_b, a->fetch, to)
    [all...]
induction_var_analysis.h 109 op_a(a),
115 InductionInfo* op_a; member in struct:art::HInductionVarAnalysis::InductionInfo
  /external/tensorflow/tensorflow/contrib/linalg/python/kernel_tests/
linear_operator_addition_test.py 61 op_a = linalg.LinearOperatorDiag([1., 1.])
62 op_sum = add_operators([op_a])
64 self.assertTrue(op_sum[0] is op_a)
75 op_a = linalg.LinearOperatorDiag(
80 op_sum = add_operators([op_a, op_b])
  /external/tensorflow/tensorflow/core/kernels/
remote_fused_graph_execute_op_test.cc 255 const Output op_a = BuildPlaceHolderOp(NAME_A, DT_FLOAT, {}, &root); local
256 output_list.emplace_back(op_a);

Completed in 82 milliseconds