HomeSort by relevance Sort by last modified time
    Searched defs:on_false (Results 1 - 6 of 6) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/tests/
select_test.cc 40 auto on_false = ConstantR0<float>(&builder, 42.0f); local
41 Select(pred, on_true, on_false);
50 auto on_false = ConstantR0<int32>(&builder, 42); local
51 Select(pred, on_true, on_false);
60 auto on_false = ConstantR0<float>(&builder, 42.0f); local
61 Select(pred, on_true, on_false);
70 auto on_false = ConstantR1<float>(&builder, {}); local
71 Select(pred, on_true, on_false);
81 auto on_false = local
83 Select(pred, on_true, on_false);
97 auto on_false = ConstantR1<float>(&builder, {}); local
112 auto on_false = local
128 auto on_false = local
206 auto on_false = local
223 auto on_false = local
236 auto on_false = ConstantR1<float>(&builder, {}); local
247 auto on_false = ConstantR1<float>(&builder, {10.0f, 5.0f}); local
257 auto on_false = ConstantR1<float>(&builder, {10.0f, 5.0f}); local
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
tuple_points_to_analysis.cc 397 // on_false buffer into this new buffer. Which side is chosen cannot be
399 // of these on_true and on_false operands.
402 // add in elements of the on_false points-to set (tuple sources).
404 auto on_false = tuple_select->operand(2); local
406 const PointsToSet& false_points_to_set = *PerInst(on_false)->points_to_set;
    [all...]
hlo_evaluator.cc 1291 const auto& on_false = GetEvaluatedLiteralFor(select->operand(2)); local
1309 const auto& on_false = GetEvaluatedLiteralFor(tuple_select->operand(2)); local
    [all...]
hlo_evaluator_test.cc 226 auto on_false = LiteralUtil::CreateR2<float>({{0.f, 5.f}, {0.f, 4.f}}); local
234 b.AddInstruction(HloInstruction::CreateConstant(std::move(on_false)));
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
ir_emitter.cc 430 auto on_false = tuple_select->operand(2); local
436 GetBasePointer(*on_true), GetBasePointer(*on_false),
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
ir_emitter.cc 314 auto on_false = tuple_select->operand(2); local
321 GetEmittedValueFor(on_false), &b_);
    [all...]

Completed in 3067 milliseconds