/external/pytorch/torch/_numpy/ |
D | fft.py | 55 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/ |
D | font_config.json | 11 "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/ |
D | font_config.json | 8 "axes": { object 20 "axes": { object 34 "axes": { object
|
/external/tensorflow/tensorflow/python/ops/ |
D | nn_batchnorm_test.py | 349 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
|
D | batch_norm_benchmark.py | 64 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/ |
D | pointwise.cpp | 13 "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()
|
D | misc.cpp | 258 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/ |
D | reduction_ops_test.cc | 31 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
|
D | scan_ops_test.cc | 29 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/ |
D | FontScanner.cpp | 100 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/ |
D | test_helper.py | 92 def original_fftshift(x, axes=None): argument 108 def original_ifftshift(x, axes=None): argument
|
/external/guava/android/guava/src/com/google/common/collect/ |
D | CartesianList.java | 38 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/ |
D | CartesianList.java | 38 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/ |
D | fvar.rs | 16 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/ |
D | fvar.rs | 16 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/ |
D | font_config.json | 8 "axes": { object
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/skrifa-0.24.1/src/ |
D | provider.rs | 20 fn axes(&self) -> AxisCollection<'a>; in axes() method 59 fn axes(&self) -> AxisCollection<'a> { in axes() method
|
D | variation.rs | 279 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/ |
D | provider.rs | 20 fn axes(&self) -> AxisCollection<'a>; in axes() method 59 fn axes(&self) -> AxisCollection<'a> { in axes() method
|
D | variation.rs | 279 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/ |
D | plot.py | 25 def _plotLocationsDots(locations, axes, subplot, **kwargs): argument 83 def _plotLocations3D(model, axes, fig, rows, cols, names, **kwargs): argument
|
/external/noto-fonts/notoserifhentaigana/ |
D | font_config.json | 10 "axes": { object
|
/external/fonttools/Lib/fontTools/ |
D | fontBuilder.py | 677 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/ |
D | constant_fold.cpp | 132 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/ |
D | font_config.json | 12 "axes": { object
|