Home
last modified time | relevance | path

Searched defs:keep_dims (Results 1 – 25 of 50) sorted by relevance

12

/external/ComputeLibrary/tests/validation/fixtures/
DReduceMeanFixture.h51 …void setup(TensorShape shape, DataType data_type, Coordinates axis, bool keep_dims, QuantizationIn… in setup()
84 …target(TensorShape &src_shape, DataType data_type, Coordinates axis, bool keep_dims, QuantizationI… in compute_target()
114 …erence(TensorShape &src_shape, DataType data_type, Coordinates axis, bool keep_dims, QuantizationI… in compute_reference()
159 …void setup(TensorShape shape, DataType data_type, Coordinates axis, bool keep_dims, QuantizationIn… in setup()
170 void setup(TensorShape shape, DataType data_type, Coordinates axis, bool keep_dims) in setup()
/external/tensorflow/tensorflow/dtensor/mlir/expansions/
Dreduce_spmd_expander.cc96 llvm::SmallVector<int64_t, 4>* reduced_dims, bool* keep_dims, in ExtractDims()
112 bool* keep_dims, bool* matched) { in ExtractDims()
138 bool& keep_dims) { in ExtractReductionParameters()
173 bool keep_dims; in ComputeResultLayout() local
294 bool keep_dims; in ComputeLayoutBackward() local
/external/ComputeLibrary/src/runtime/CL/functions/
DCLReduceMean.cpp41 Status validate_config(const ITensorInfo *input, const Coordinates &reduction_axis, bool keep_dims,… in validate_config()
109 void CLReduceMean::configure(ICLTensor *input, const Coordinates &reduction_axis, bool keep_dims, I… in configure()
114 …ompile_context, ICLTensor *input, const Coordinates &reduction_axis, bool keep_dims, ICLTensor *ou… in configure()
198 …alidate(const ITensorInfo *input, const Coordinates &reduction_axis, bool keep_dims, const ITensor… in validate()
DCLReductionOperation.cpp48 …orInfo *input, const ITensorInfo *output, unsigned int axis, ReductionOperation op, bool keep_dims) in validate()
106 …gure(ICLTensor *input, ICLTensor *output, unsigned int axis, ReductionOperation op, bool keep_dims) in configure()
111 …ext, ICLTensor *input, ICLTensor *output, unsigned int axis, ReductionOperation op, bool keep_dims) in configure()
/external/tensorflow/tensorflow/python/ops/
Dnn_batchnorm_test.py349 def _npSuffStats(self, x, axes, shift, keep_dims): argument
365 def _opSuffStats(self, x, axes, shift, keep_dims): argument
368 def _testSuffStats(self, x_shape, axes, shift, keep_dims, has_shape): argument
452 def _unweighted_moments(self, x, axes, keep_dims=False, extra_out_grads=None): argument
462 def RunMomentTestWithDynamicShape(self, shape, axes, keep_dims, dtype): argument
489 def RunMomentTest(self, shape, axes, keep_dims, dtype): argument
614 def _unweighted_moments(self, x, axes, keep_dims=False, extra_out_grads=None): argument
621 def RunMomentTest(self, shape, axes, keep_dims, dtype, dynshapes=False): argument
647 def RunMomentTestWithDynamicShape(self, shape, axes, keep_dims, dtype): argument
654 keep_dims, argument
Dsparse_ops.py1332 reduction_axes=None, keep_dims=None): argument
1418 keep_dims=None): argument
1550 reduction_axes=None, keep_dims=None): argument
1619 keep_dims=None): argument
Dmath_ops.py2179 keep_dims=None): argument
2386 keep_dims=None, argument
2525 keep_dims=None): argument
2818 keep_dims=None): argument
2877 keep_dims=None): argument
3005 keep_dims=None): argument
3130 keep_dims=None): argument
3236 keep_dims=None): argument
3342 keep_dims=None): argument
Dnn_impl.py1183 def sufficient_statistics(x, axes, shift=None, keep_dims=None, name=None, argument
1326 keep_dims=None, argument
1424 def weighted_moments(x, axes, frequency_weights, name=None, keep_dims=None, argument
Dlinalg_ops.py638 keep_dims=None): argument
/external/ComputeLibrary/src/runtime/NEON/functions/
DNEReduceMean.cpp37 Status validate_config(const ITensorInfo *input, const Coordinates &reduction_axis, bool keep_dims,… in validate_config()
98 …alidate(const ITensorInfo *input, const Coordinates &reduction_axis, bool keep_dims, const ITensor… in validate()
103 void NEReduceMean::configure(ITensor *input, const Coordinates &reduction_axis, bool keep_dims, ITe… in configure()
DNEReductionOperation.cpp66 …orInfo *input, const ITensorInfo *output, unsigned int axis, ReductionOperation op, bool keep_dims) in validate()
105 …onfigure(ITensor *input, ITensor *output, unsigned int axis, ReductionOperation op, bool keep_dims) in configure()
/external/ComputeLibrary/src/graph/nodes/
DReductionLayerNode.cpp35 ReductionLayerNode::ReductionLayerNode(ReductionOperation op, unsigned int axis, bool keep_dims) in ReductionLayerNode()
52 bool ReductionLayerNode::keep_dims() const in keep_dims() function in arm_compute::graph::ReductionLayerNode
/external/tensorflow/tensorflow/lite/kernels/
Dreduce_test_common.h76 std::initializer_list<int> axis, bool keep_dims) { in BaseConstOpModel()
95 const TensorData& axis, bool keep_dims) { in BaseDynamicOpModel()
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dreduce.h184 bool keep_dims, int* temp_index, int* resolved_axis, in ReduceGeneric()
220 const int* axis, const int num_axis_dimensions, bool keep_dims, in Mean()
384 const int num_axis_dimensions, bool keep_dims, in QuantizedMeanOrSum()
478 bool keep_dims, int* temp_index, in QuantizedReduceProd()
/external/tensorflow/tensorflow/lite/delegates/xnnpack/
Dreduce_tester.h59 inline ReduceTester& KeepDims(bool keep_dims) { in KeepDims()
Dfully_connected_tester.h68 inline FullyConnectedTester& KeepDims(bool keep_dims) { in KeepDims()
Dquantized_reduce_tester.h61 inline QuantizedReduceTester& KeepDims(bool keep_dims) { in KeepDims()
Dquantized_fully_connected_tester.h116 inline QuantizedFullyConnectedTester& KeepDims(bool keep_dims) { in KeepDims()
/external/tensorflow/tensorflow/core/kernels/
Dreduction_ops_common.cc83 const bool keep_dims) { in Simplify()
Dreduce_join_op.cc101 const TensorShape& input_shape, bool keep_dims) { in GetOutputShape()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops_tensor_helper.cc63 BoolAttr keep_dims) { in InferReductionOpType()
/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/tests/
Dreduce_test.cc29 std::initializer_list<int> axis, bool keep_dims) { in ReduceOpModel()
/external/tensorflow/tensorflow/python/kernel_tests/strings_ops/
Dreduce_join_op_test.py101 keep_dims=False, argument
/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dresolve_constant_unary.cc38 void ReduceGeneric(bool keep_dims, const std::vector<int>& axes, in ReduceGeneric()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Dreduce.h408 bool keep_dims, int* normalized_dims, in QuantizedMeanOrSum()
675 bool keep_dims, int* normalized_dims, in MeanGeneral()
732 const int* axis, const int num_axis_dimensions, bool keep_dims, in Mean()

12