Home
last modified time | relevance | path

Searched refs:kSelect (Results 1 – 25 of 47) sorted by relevance

12

/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dpropagate_fake_quant_num_bits.cc106 case OperatorType::kSelect: in DoesOpBlockBackwardPropagation()
126 case OperatorType::kSelect: in DoesOpInputBlockBackwardPropagation()
Dresolve_constant_select.cc36 if (base_op->type != OperatorType::kSelect) { in Run()
Dpropagate_array_data_types.cc184 case OperatorType::kSelect: { in Run()
Dhardcode_min_max.cc494 case OperatorType::kSelect: in Run()
Dquantize.cc92 OperatorType::kSelect, in SupportsQuantization()
/external/tensorflow/tensorflow/lite/toco/tflite/
Dop_version.cc225 {{OperatorType::kSelect, 1}, "1.14.0"}, in GetMinimumRuntimeVersionForModel()
226 {{OperatorType::kSelect, 2}, "1.14.0"}, in GetMinimumRuntimeVersionForModel()
/external/tensorflow/tensorflow/compiler/xla/service/
Dreshape_mover_test.cc202 root_shape, HloOpcode::kSelect, const0, reshape1, reshape2));
283 root_shape, HloOpcode::kSelect, pred, reshape0, reshape1));
435 root_shape, HloOpcode::kSelect, reshape_pred, reshape0, reshape1)); in TEST_F()
465 root_shape, HloOpcode::kSelect, reshape_pred, param0, param1)); in TEST_F()
Dbfloat16_support.cc111 case HloOpcode::kSelect: in EffectiveOperandPrecisionIsOutputPrecision()
Dcomparison_expander.cc59 HloInstruction::CreateTernary(signed_shape, HloOpcode::kSelect, in BitcastConvertFloatingPointToIntegral()
Dhlo_opcode.h134 V(kSelect, "select", 3) \
Dstable_sort_expander.cc192 ShapeUtil::MakeShape(PRED, {}), HloOpcode::kSelect, same, tie_breaker, in ExpandInstruction()
Dstable_sort_expander_test.cc67 ASSERT_EQ(root->opcode(), HloOpcode::kSelect); in CheckComputationHasTieBreaker()
Dconvolution_group_converter.cc348 expanded_filter_shape, HloOpcode::kSelect, filter_mask, new_convolution, in HandleBatchGroupCount()
477 expanded_filter_shape, HloOpcode::kSelect, filter_mask, in HandleConvolution()
Dshape_inference_test.cc116 HloOpcode::kSelect, pred_, tuple, tuple); in TEST_F()
124 HloOpcode::kSelect, pred_, matrix_64_48_, matrix_64_48_); in TEST_F()
134 HloOpcode::kSelect, predarray, matrix_64_48_, matrix_64_48_); in TEST_F()
141 HloOpcode::kSelect, pred_, matrix_64_48_, matrix_32_64_); in TEST_F()
147 HloOpcode::kSelect, s32_, matrix_64_48_, matrix_64_48_); in TEST_F()
153 HloOpcode::kSelect, ShapeUtil::MakeShape(PRED, {64}), matrix_64_48_, in TEST_F()
162 HloOpcode::kSelect, ShapeUtil::MakeTupleShape({pred_, pred_}), in TEST_F()
Dconditional_simplifier.cc180 f->shape(), HloOpcode::kSelect, condition_broadcast(f->shape()), in TryRemoveConditional()
Dinstruction_fusion.cc109 case HloOpcode::kSelect: in IsExpensive()
Dalgebraic_simplifier.cc589 case HloOpcode::kSelect: in IsOpCodeMultiplyCommutative()
1490 a->shape(), HloOpcode::kSelect, dividend_is_negative, in TryDivideToShift()
1501 return HloInstruction::CreateTernary(divide->shape(), HloOpcode::kSelect, in TryDivideToShift()
2557 HloInstruction::CreateTernary(gather->shape(), HloOpcode::kSelect, in HandleGather()
2741 multiply->shape(), HloOpcode::kSelect, convert_operand, in HandleMultiply()
3714 a->shape(), HloOpcode::kSelect, dividend_is_negative, in TryRemainderToAnd()
3726 remainder->shape(), HloOpcode::kSelect, dividend_is_negative, in TryRemainderToAnd()
Dhlo_instruction.cc960 case HloOpcode::kSelect: in CreateTernary()
1766 case HloOpcode::kSelect: in CloneWithNewOperands()
2162 case HloOpcode::kSelect: in IdenticalSlowPath()
2663 case HloOpcode::kSelect: in IsOpElementwise()
3122 case HloOpcode::kSelect: in Visit()
Dhlo_creation_utils.cc403 op_shape.IsTuple() ? HloOpcode::kTupleSelect : HloOpcode::kSelect; in MakeSelectHlo()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dcusolver_rewriter.cc125 a_shape, HloOpcode::kSelect, ok, out, nans)); in CreateCholesky()
Dgpu_fusible_test.cc89 ASSERT_EQ(loop_fusion->fused_expression_root()->opcode(), HloOpcode::kSelect); in TEST_F()
127 ASSERT_EQ(loop_fusion->fused_expression_root()->opcode(), HloOpcode::kSelect); in TEST_F()
/external/tensorflow/tensorflow/compiler/xla/service/spmd/
Dgather_scatter_handler.cc283 pgather->shape(), HloOpcode::kSelect, broadcast_filter, in ParititonTrivialIndexedOperandDimension()
597 identity->shape(), HloOpcode::kSelect, not_partition_zero, in HandleScatter()
Dspmd_partitioner.cc540 shape, HloOpcode::kSelect, mask, hlo_, broadcast_pad_value)); in PadWithValue()
1076 shape, HloOpcode::kSelect, is_src_core, hlo(), zero_bcast)); in Broadcast()
2430 new_indices[dim]->shape(), HloOpcode::kSelect, in HandleDynamicUpdateSlice()
2445 dus->shape(), HloOpcode::kSelect, in HandleDynamicUpdateSlice()
3356 zero->shape(), HloOpcode::kSelect, is_shard0, pad_low_hlo, in HandleSelectAndScatter()
/external/tensorflow/tensorflow/lite/toco/
Dmodel.h150 kSelect, enumerator
1357 SelectOperator() : Operator(OperatorType::kSelect) {}
/external/tensorflow/tensorflow/compiler/mlir/xla/
Dhlo_utils.cc461 return xla::HloOpcode::kSelect; in MhloToHloOpcode()

12