/external/sdk-platform-java/gax-java/gax/src/test/java/com/google/api/gax/rpc/ |
D | BatchTest.java | 65 Batch<LabeledIntList, List<Integer>> batch1 = createBatch(request1); in testMerge() local 78 Batch<LabeledIntList, List<Integer>> batch1 = createBatch(request1, null); in testMergeStartEmpty() local 113 Batch<LabeledIntList, List<Integer>> batch1 = createBatch(request1); in testBatchMergerImpl() local
|
/external/pytorch/aten/src/ATen/native/mkldnn/xpu/ |
D | Blas.cpp | 174 const Tensor& batch1, in baddbmm_out() 235 const Tensor& batch1, in baddbmm_() 246 const Tensor& batch1, in baddbmm() 258 const Tensor& batch1, in addbmm_out() 300 const Tensor& batch1, in addbmm_() 310 const Tensor& batch1, in addbmm()
|
/external/pytorch/benchmarks/operator_benchmark/pt/ |
D | bmm_test.py | 28 def forward(self, batch1, batch2): argument
|
D | add_test.py | 134 def forward(self, input_one, batch1, batch2): argument
|
/external/perfetto/ui/src/trace_processor/ |
D | query_result_unittest.ts | 248 const batch1 = protos.QueryResult.create({ constant
|
/external/pytorch/aten/src/ATen/native/ |
D | LinearAlgebra.cpp | 284 void common_checks_baddbmm_bmm(Meta& meta, const Tensor& batch1, const Tensor& batch2, const Scalar… in common_checks_baddbmm_bmm() 1549 …Tensor &result, const Tensor &self, const Tensor &batch1, const Tensor &batch2, const Scalar& beta… in addbmm_impl_() 1589 Tensor& addbmm_out(const Tensor& self, const Tensor& batch1, const Tensor& batch2, const Scalar& be… in addbmm_out() 1600 Tensor &addbmm_(Tensor& self, const Tensor& batch1, const Tensor& batch2, const Scalar& beta, const… in addbmm_() 1604 Tensor addbmm(const Tensor& self, const Tensor& batch1, const Tensor& batch2, const Scalar& beta, c… in addbmm() 1735 static inline void bmm_out_or_baddbmm_(const Tensor& self_or_result_, const Tensor& batch1, const T… in bmm_out_or_baddbmm_()
|
/external/pytorch/aten/src/ATen/functorch/ |
D | BatchRulesLinearAlgebra.cpp | 126 …const Tensor& input, const Tensor& batch1, const Tensor& batch2, const Scalar& beta, const Scalar&… in addbmm_decomp() 138 …const Tensor& input, const Tensor& batch1, const Tensor& batch2, const Scalar& beta, const Scalar&… in baddbmm_decomp()
|
/external/pytorch/aten/src/ATen/native/cuda/ |
D | Blas.cpp | 511 const Tensor& baddbmm_out_cuda_impl(const Tensor& result, const Tensor& self, const Tensor& batch1,… in baddbmm_out_cuda_impl()
|
/external/pytorch/torch/ |
D | _meta_registrations.py | 2020 def meta_baddbmm(self, batch1, batch2, *, beta=1, alpha=1): argument 3129 def meta_addbmm(self, batch1, batch2, *, beta=1, alpha=1): argument 3686 def common_meta_baddbmm_bmm(batch1, batch2, is_bmm, self_baddbmm=None): argument
|
/external/pytorch/torch/csrc/jit/runtime/static/ |
D | generated_ops.cpp | 400 const auto& batch1 = p_node->Input(1).toTensor(); in __anon7ebb59392702() local 2438 const auto& batch1 = p_node->Input(1).toTensor(); in __anon7ebb5939eb02() local
|
/external/pytorch/torch/_decomp/ |
D | decompositions.py | 4954 def baddbmm(self, batch1, batch2, beta=1, alpha=1): argument
|
/external/pytorch/torch/onnx/ |
D | symbolic_opset9.py | 5626 def baddbmm(g: jit_utils.GraphContext, self, batch1, batch2, beta, alpha): argument
|
/external/pytorch/test/onnx/ |
D | test_pytorch_onnx_onnxruntime.py | 7820 def forward(self, input, batch1, batch2): argument 7833 def forward(self, input, batch1, batch2, alpha, beta): argument
|