Home
last modified time | relevance | path

Searched defs:axes (Results 1 – 25 of 133) sorted by relevance

123456

/external/pytorch/torch/_numpy/
Dfft.py55 def fftn(a: ArrayLike, s=None, axes=None, norm=None): argument
61 def ifftn(a: ArrayLike, s=None, axes=None, norm=None): argument
67 def rfftn(a: ArrayLike, s=None, axes=None, norm=None): argument
73 def irfftn(a: ArrayLike, s=None, axes=None, norm=None): argument
79 def fft2(a: ArrayLike, s=None, axes=(-2, -1), norm=None): argument
85 def ifft2(a: ArrayLike, s=None, axes=(-2, -1), norm=None): argument
91 def rfft2(a: ArrayLike, s=None, axes=(-2, -1), norm=None): argument
97 def irfft2(a: ArrayLike, s=None, axes=(-2, -1), norm=None): argument
124 def fftshift(x: ArrayLike, axes=None): argument
129 def ifftshift(x: ArrayLike, axes=None): argument
/external/noto-fonts/notosanskhmer/1.901/
Dfont_config.json11 "axes": { object
21 "axes": { object
31 "axes": { object
41 "axes": { object
51 "axes": { object
61 "axes": { object
71 "axes": { object
81 "axes": { object
91 "axes": { object
/external/roboto-fonts/
Dfont_config.json8 "axes": { object
20 "axes": { object
34 "axes": { object
/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
653 axes, argument
Dbatch_norm_benchmark.py64 def build_graph(device, input_shape, axes, num_layers, mode, scale, train): argument
122 def _run_graph(self, device, input_shape, axes, num_layers, mode, scale, argument
/external/pytorch/torch/csrc/jit/tensorexpr/operators/
Dpointwise.cpp13 "aten_sign", outputShape, outputStrides, [&](ParameterList& axes) { in computeSign()
37 const std::vector<VarHandle>& axes) { in computeOneOperand()
59 [inputValues, outputType, innerExpr](const std::vector<VarHandle>& axes) { in computeTwoOperand()
84 [inputValues, outputType, innerExpr](const std::vector<VarHandle>& axes) { in computeTwoOperandWithAlpha()
111 [inputValues, outputType, innerExpr](const std::vector<VarHandle>& axes) { in computeConditionWithTwoOperand()
142 const std::vector<VarHandle>& axes) { in computeThreeOperand()
172 [inputValues, outputType, innerExpr](const std::vector<VarHandle>& axes) { in computeFourOperand()
Dmisc.cpp258 const std::vector<ExprHandle>& axes) { in tensorOrConstant()
272 ExprHandle broadcast(const BufHandle& b, const std::vector<ExprHandle>& axes) { in broadcast()
327 [inputs](const std::vector<VarHandle>& axes) { in computeChunk()
362 "aten_transpose", outputShape, [&](const std::vector<VarHandle>& axes) { in computeTranspose()
373 "aten_transpose", outputShape, [&](std::vector<VarHandle> axes) { in computeTranspose()
387 "aten_expand", outputShape, [&](const std::vector<VarHandle>& axes) { in computeExpand()
402 "aten_view", outputShape, [&](const std::vector<VarHandle>& axes) { in computeReshape()
408 "aten_reshape", outputShape, [&](const std::vector<VarHandle>& axes) { in computeReshape()
635 [&](const std::vector<VarHandle>& axes) { in computeCat()
/external/tensorflow/tensorflow/core/kernels/
Dreduction_ops_test.cc31 Tensor axes(DT_INT32, TensorShape({2})); in ToScalar() local
43 Tensor axes(DT_INT32, TensorShape({1})); in ColReduce() local
54 Tensor axes(DT_INT32, TensorShape({1})); in RowReduce() local
65 Tensor axes(DT_INT32, TensorShape({1})); in ThreeDYReduce() local
76 Tensor axes(DT_INT32, TensorShape({2})); in ThreeDXZReduce() local
Dscan_ops_test.cc29 Tensor axes(DT_INT32, TensorShape({})); in LargeOneDCumsum() local
40 Tensor axes(DT_INT32, TensorShape({})); in ColCumsum() local
51 Tensor axes(DT_INT32, TensorShape({})); in RowCumsum() local
62 Tensor axes(DT_INT32, TensorShape({})); in ThreeDYCumsum() local
/external/skia/tests/
DFontScanner.cpp100 SkFontScanner::AxisDefinitions axes; in FontScanner_NamedInstances1() local
167 SkFontScanner::AxisDefinitions axes; in FontScanner_NamedInstances2() local
218 SkFontScanner::AxisDefinitions axes; in FontScanner_FontCollection() local
/external/pytorch/test/torch_np/numpy_tests/fft/
Dtest_helper.py92 def original_fftshift(x, axes=None): argument
108 def original_ifftshift(x, axes=None): argument
/external/guava/android/guava/src/com/google/common/collect/
DCartesianList.java38 private final transient ImmutableList<List<E>> axes; field in CartesianList
53 CartesianList(ImmutableList<List<E>> axes) { in CartesianList()
/external/guava/guava/src/com/google/common/collect/
DCartesianList.java38 private final transient ImmutableList<List<E>> axes; field in CartesianList
53 CartesianList(ImmutableList<List<E>> axes) { in CartesianList()
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/src/tables/
Dfvar.rs16 pub fn axes(&self) -> Result<&'a [VariationAxisRecord], ReadError> { in axes() method
52 let axes = self.axes().unwrap_or_default(); in user_to_normalized() localVariable
149 fn axes() { in axes() function
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/read-fonts-0.23.2/src/tables/
Dfvar.rs16 pub fn axes(&self) -> Result<&'a [VariationAxisRecord], ReadError> { in axes() method
52 let axes = self.axes().unwrap_or_default(); in user_to_normalized() localVariable
149 fn axes() { in axes() function
/external/roboto-flex-fonts/
Dfont_config.json8 "axes": { object
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/skrifa-0.24.1/src/
Dprovider.rs20 fn axes(&self) -> AxisCollection<'a>; in axes() method
59 fn axes(&self) -> AxisCollection<'a> { in axes() method
Dvariation.rs279 axes: AxisCollection<'a>, field
347 axes: AxisCollection<'a>, field
460 let axes = font.axes(); in location() localVariable
502 let axes = font.axes(); in filter() localVariable
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/skrifa-0.24.1/src/
Dprovider.rs20 fn axes(&self) -> AxisCollection<'a>; in axes() method
59 fn axes(&self) -> AxisCollection<'a> { in axes() method
Dvariation.rs279 axes: AxisCollection<'a>, field
347 axes: AxisCollection<'a>, field
460 let axes = font.axes(); in location() localVariable
502 let axes = font.axes(); in filter() localVariable
/external/fonttools/Lib/fontTools/varLib/
Dplot.py25 def _plotLocationsDots(locations, axes, subplot, **kwargs): argument
83 def _plotLocations3D(model, axes, fig, rows, cols, names, **kwargs): argument
/external/noto-fonts/notoserifhentaigana/
Dfont_config.json10 "axes": { object
/external/fonttools/Lib/fontTools/
DfontBuilder.py677 def setupFvar(self, axes, instances): argument
700 def setupAvar(self, axes, mappings=None): argument
917 def setupStat(self, axes, locations=None, elidedFallbackName=2): argument
937 def addFvar(font, axes, instances): argument
/external/pytorch/torch/csrc/jit/passes/onnx/
Dconstant_fold.cpp132 std::vector<int64_t> axes; in runTorchSlice_opset10() local
315 std::vector<int64_t> axes; in runTorchBackendForOnnx() local
364 std::vector<int64_t> axes; in runTorchBackendForOnnx() local
454 std::vector<int64_t> axes; in runTorchBackendForOnnx() local
/external/noto-fonts/notosanskhmer/2.004/
Dfont_config.json12 "axes": { object

123456