Home
last modified time | relevance | path

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

12

/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_Rpc.pbtxt8 are sent. This argument broadcasts with `method` and `request`.
16 are sent. This argument broadcasts with `address` and `request`.
24 are sent. This argument broadcasts with `address` and `method`.
Dapi_def_TryRpc.pbtxt8 are sent. This argument broadcasts with `method` and `request`.
16 are sent. This argument broadcasts with `address` and `request`.
24 are sent. This argument broadcasts with `address` and `method`.
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/autotest/server/site_tests/network_WiFi_DarkResumeActiveScans/
Dcontrol24 inevitably broadcasts MAC addresses.
/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/
DNOTICE41 broadcasts, or other works or subject matter other than works listed
63 performance or other sounds; and, (iii) in the case of broadcasts, the
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/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/tensorflow/tensorflow/compiler/xla/
Dxla.proto89 // Eliminate implicit broadcasts when lowering user computations to HLO
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Davx512-vbroadcast.ll226 ; IR generated will produce broadcasts at the end.
Davx-vbroadcast.ll383 ; FIXME: Pointer adjusted broadcasts
Davx2-vbroadcast.ll260 ; FIXME: Pointer adjusted broadcasts
/external/skia/src/compute/skc/platforms/cl_12/kernels/
Dprefix.cl262 // 32-bit broadcasts.
/external/skqp/src/compute/skc/platforms/cl_12/kernels/
Dprefix.cl262 // 32-bit broadcasts.
/external/llvm/test/CodeGen/X86/
Davx-vbroadcast.ll153 ; FIXME: Pointer adjusted broadcasts
Davx512-vbroadcast.ll235 ; IR generated will produce broadcasts at the end.
Davx2-vbroadcast.ll235 ; FIXME: Pointer adjusted broadcasts
/external/dnsmasq/
Ddnsmasq.conf.example421 # and take over the lease for any client which broadcasts on the network,
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86InstrFormats.td322 // - the size of a single element for broadcasts or
/external/llvm/lib/Target/X86/
DX86InstrFormats.td294 // - the size of a single element for broadcasts or

12