Home
last modified time | relevance | path

Searched defs:reduction_type (Results 1 – 20 of 20) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dtyped_conditional_accumulator_base.h39 const string& reduction_type) in TypedConditionalAccumulatorBase()
Dconditional_accumulator.h56 const string& name, const string& reduction_type) in ConditionalAccumulator()
Dconditional_accumulator_base.cc23 const string& reduction_type) in ConditionalAccumulatorBase()
Dsparse_conditional_accumulator.h53 const string& name, const string& reduction_type) in SparseConditionalAccumulator()
/external/tflite-support/tensorflow_lite_support/custom_ops/python/
Dtflite_text_api.py57 reduction_type=None, argument
/external/pytorch/torch/_inductor/codegen/
Dtriton_split_scan.py78 def reduction(self, dtype, src_dtype, reduction_type, value): argument
Dcpp.py158 def reduction_init(reduction_type, dtype): argument
190 def reduction_acc_type(reduction_type, dtype): argument
200 reduction_type, argument
234 def reduction_project(reduction_type, acc): argument
1742 reduction_type, argument
1920 def reduction(self, dtype, src_dtype, reduction_type, value): argument
2539 def reduction(self, dtype, src_dtype, reduction_type, value): argument
2772 def reduction_init_vec(self, reduction_type, dtype): argument
2806 def reduction_acc_type_vec(self, reduction_type, dtype): argument
2836 reduction_type, argument
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dreduction_ops_common.cc31 DataType reduction_type) in XlaReductionOp()
Dpooling_ops.cc49 const DataType reduction_type) in PoolingOp()
493 auto reduction_type = XlaHelpers::SumAccumulationType(ctx->input_type(1)); in Compile() local
/external/pytorch/torch/_inductor/codegen/cuda/
Dcutlass_epilogue_gen.py200 def reduction(self, dtype, src_dtype, reduction_type, value): argument
357 def reduction(self, dtype, src_dtype, reduction_type, value): argument
/external/tflite-support/tensorflow_lite_support/custom_ops/kernel/
Dngrams.cc59 std::string reduction_type; member
/external/tensorflow/tensorflow/compiler/mlir/lite/utils/
Dtftext_utils.cc237 auto reduction_type = in CreateNgramsCustomOption() local
/external/pytorch/torch/_inductor/
Dutils.py1548 def is_welford_reduction(reduction_type): argument
1552 def reduction_num_outputs(reduction_type): argument
1816 reduction_type, argument
Dloop_body.py452 def reduction(self, dtype, src_dtype, reduction_type, value): argument
Dir.py554 def get_reduction_combine_fn(reduction_type, dtype, arg_break_ties_left=True): argument
679 reduction_type, argument
898 def _unroll_reduction_fn(inner_fn, reduction_ranges, reduction_type, src_dtype): argument
1081 def default_accumulator(reduction_type, dtype): argument
1107 def default_value(reduction_type, dtype): argument
1333 def num_reduction_outputs(reduction_type): argument
1347 reduction_type, argument
1499 def default_value(reduction_type, dtype): argument
8077 def reduction(self, dtype, src_dtype, reduction_type, value): argument
Dlowering.py3413 def scatter_reduce(x, dim: int, index, src, reduction_type, **kwargs): argument
/external/tensorflow/tensorflow/python/ops/
Ddata_flow_ops.py1336 reduction_type="MEAN"): argument
1438 reduction_type="MEAN"): argument
/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_loop_all_reduce_code_motion.cc171 std::optional<ReductionKind> reduction_type = in IsAllReduceMovable() local
/external/pytorch/torch/utils/_sympy/
Dvalue_ranges.py968 def reduction(self, name, dtype, src_dtype, reduction_type, index, value): argument
/external/pytorch/test/
Dtest_mps.py5208 def helper(n, c, h, w, reduction_type, dtype=torch.float32): argument