Home
last modified time | relevance | path

Searched defs:on_true (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/tests/
Dselect_test.cc39 auto on_true = ConstantR0<float>(&builder, 123.0f); in TEST_F() local
49 auto on_true = ConstantR0<int32>(&builder, -42); in TEST_F() local
59 auto on_true = ConstantR0<float>(&builder, 123.0f); in TEST_F() local
69 auto on_true = ConstantR1<float>(&builder, {}); in XLA_TEST_F() local
79 auto on_true = in TEST_F() local
96 auto on_true = ConstantR1<float>(&builder, {}); in XLA_TEST_F() local
110 auto on_true = in TEST_F() local
126 auto on_true = in TEST_F() local
205 auto on_true = ConstantR1<float>(&builder, {11.0f, 22.0f, 33.0f, 44.0f}); in TEST_F() local
222 auto on_true = ConstantR1<float>(&builder, {11.0f, 22.0f, 33.0f, 44.0f}); in TEST_F() local
[all …]
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dtuple_ops.cc37 llvm::Value* on_true, llvm::Value* on_false, in EmitTupleSelect()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_creation_utils.cc276 HloInstruction* on_true, in MakeSelectHlo()
Dshape_inference.cc2773 const Shape& pred, const Shape& on_true, const Shape& on_false) { in InferSelectShape()
2812 const Shape& pred, const Shape& on_true, const Shape& on_false) { in InferTupleSelectShape()
Dhlo_evaluator.cc1290 const auto& on_true = GetEvaluatedLiteralFor(select->operand(1)); in HandleSelect() local
1308 const auto& on_true = GetEvaluatedLiteralFor(tuple_select->operand(1)); in HandleTupleSelect() local
Dtuple_points_to_analysis.cc403 auto on_true = tuple_select->operand(1); in HandleTupleSelect() local
Dhlo_evaluator_test.cc225 auto on_true = LiteralUtil::CreateR2<float>({{2.f, 4.f}, {4.f, 4.f}}); in TEST_P() local
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter.cc429 auto on_true = tuple_select->operand(1); in HandleTupleSelect() local
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc964 XlaOp XlaBuilder::Select(const XlaOp& pred, const XlaOp& on_true, in Select()
2909 XlaOp Select(const XlaOp& pred, const XlaOp& on_true, const XlaOp& on_false) { in Select()
/external/tensorflow/tensorflow/compiler/xla/python/
Dxla_client.py1309 def Select(self, pred, on_true, on_false): argument
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc313 auto on_true = tuple_select->operand(1); in HandleTupleSelect() local