Home
last modified time | relevance | path

Searched refs:broadcasts (Results 1 – 25 of 57) sorted by relevance

123

/external/eigen/unsupported/test/
Dcxx11_tensor_broadcasting.cpp21 array<ptrdiff_t, 4> broadcasts; in test_simple_broadcasting() local
22 broadcasts[0] = 1; in test_simple_broadcasting()
23 broadcasts[1] = 1; in test_simple_broadcasting()
24 broadcasts[2] = 1; in test_simple_broadcasting()
25 broadcasts[3] = 1; in test_simple_broadcasting()
28 no_broadcast = tensor.broadcast(broadcasts); in test_simple_broadcasting()
45 broadcasts[0] = 2; in test_simple_broadcasting()
46 broadcasts[1] = 3; in test_simple_broadcasting()
47 broadcasts[2] = 1; in test_simple_broadcasting()
48 broadcasts[3] = 4; in test_simple_broadcasting()
[all …]
Dcxx11_tensor_broadcast_sycl.cpp32 array<int, 4> broadcasts = {{2, 3, 1, 4}}; in test_broadcast_sycl() local
35 out_range[i] = in_range[i] * broadcasts[i]; in test_broadcast_sycl()
53 gpu_out.device(sycl_device) = gpu_in.broadcast(broadcasts); in test_broadcast_sycl()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_SparseMatrixMul.pbtxt22 multiply operation broadcasts.
Dapi_def_SparseDenseCwiseDiv.pbtxt36 *Limitation*: this Op only broadcasts the dense side to the sparse side, but not
Dapi_def_SparseDenseCwiseMul.pbtxt40 *Limitation*: this Op only broadcasts the dense side to the sparse side, but not
/external/python/cpython2/Demo/sockets/
DREADME9 radio.py Receive time broadcasts from broadcast.py.
/external/tensorflow/tensorflow/compiler/mlir/hlo/tests/
Dmaterialize-broadcasts.mlir1 // RUN: mlir-hlo-opt -mhlo-test-materialize-broadcasts -split-input-file %s -o - | FileCheck %s
Dunfuse_batch_norm.mlir34 // Just validate that one of the broadcasts happens correctly and rely on
/external/mesa3d/docs/relnotes/
D20.0.2.rst158 - nir: Add ability to lower non-const quad broadcasts to const ones.
159 - radv: Enable lowering dynamic quad broadcasts.
D20.1.9.rst40 - vkCmdCopyImage broadcasts subsample 0 of MSAA src into all subsamples of dst on RADV
/external/libsrtp2/test/
Dwords.txt25 broadcasts
/external/autotest/server/site_tests/network_WiFi_DarkResumeActiveScans/
Dcontrol24 inevitably broadcasts MAC addresses.
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dxla_passes.td42 * converts splat constants to constants and broadcasts to reduce size of
/external/llvm-project/mlir/integration_test/Dialect/Vector/CPU/
Dtest-broadcast.mlir17 // Test simple broadcasts.
/external/llvm-project/llvm/test/CodeGen/X86/
Dpr48215.ll6 ; FIXME: Ensure when we merge broadcasts to different widths that they come from the same SDValue.
Davx512-vbroadcast.ll226 ; IR generated will produce broadcasts at the end.
/external/tensorflow/tensorflow/compiler/mlir/hlo/include/mlir-hlo/Dialect/mhlo/transforms/
Dmhlo_passes.td77 def TestMaterializeBroadcastsPass : Pass<"mhlo-test-materialize-broadcasts", "FuncOp"> {
/external/tensorflow/tensorflow/compiler/mlir/hlo/
DREADME.md77 shapes to be exact) and explicit broadcasts.
153 that was already implemented in terms of computing shapes, inserting broadcasts
/external/iputils/doc/
Darping.sgml49 Send only MAC level broadcasts. Normally <command/arping/ starts
/external/tensorflow/tensorflow/compiler/xla/g3doc/
Dbroadcasting.md188 Then "degenerate dimension broadcasting" broadcasts dimension zero of the 1x2
/external/google-styleguide/
DLICENSE41 broadcasts, or other works or subject matter other than works listed
63 performance or other sounds; and, (iii) in the case of broadcasts, the
/external/llvm-project/llvm/test/CodeGen/VE/Vector/
Dvec_broadcast.ll3 ; ISA-compatible vector broadcasts
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/
Dlegalize-tf-binary-elementwise.mlir3 // verification of shapes and broadcasts is desired.
/external/iputils/
DRELNOTES569 * ping: allow not-priviledged users to use broadcasts. It was paranoia.
571 * ping: but force broadcasts&multicasts not to fragment. BSD does
/external/skqp/src/compute/skc/platforms/cl_12/kernels/
Dprefix.cl262 // 32-bit broadcasts.

123