Searched refs:broadcasts (Results 1 – 25 of 36) sorted by relevance
12
/external/eigen/unsupported/test/ |
D | cxx11_tensor_broadcasting.cpp | 21 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 …]
|
D | cxx11_tensor_broadcast_sycl.cpp | 32 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/ |
D | api_def_Rpc.pbtxt | 8 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`.
|
D | api_def_TryRpc.pbtxt | 8 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`.
|
D | api_def_SparseDenseCwiseDiv.pbtxt | 36 *Limitation*: this Op only broadcasts the dense side to the sparse side, but not
|
D | api_def_SparseDenseCwiseMul.pbtxt | 40 *Limitation*: this Op only broadcasts the dense side to the sparse side, but not
|
/external/python/cpython2/Demo/sockets/ |
D | README | 9 radio.py Receive time broadcasts from broadcast.py.
|
/external/autotest/server/site_tests/network_WiFi_DarkResumeActiveScans/ |
D | control | 24 inevitably broadcasts MAC addresses.
|
/external/iputils/doc/ |
D | arping.sgml | 49 Send only MAC level broadcasts. Normally <command/arping/ starts
|
/external/tensorflow/tensorflow/compiler/xla/g3doc/ |
D | broadcasting.md | 188 Then "degenerate dimension broadcasting" broadcasts dimension zero of the 1x2
|
/external/google-styleguide/ |
D | NOTICE | 41 broadcasts, or other works or subject matter other than works listed 63 performance or other sounds; and, (iii) in the case of broadcasts, the
|
D | LICENSE | 41 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/ |
D | RELNOTES | 569 * 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/ |
D | xla.proto | 89 // Eliminate implicit broadcasts when lowering user computations to HLO
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | avx512-vbroadcast.ll | 226 ; IR generated will produce broadcasts at the end.
|
D | avx-vbroadcast.ll | 383 ; FIXME: Pointer adjusted broadcasts
|
D | avx2-vbroadcast.ll | 260 ; FIXME: Pointer adjusted broadcasts
|
/external/skia/src/compute/skc/platforms/cl_12/kernels/ |
D | prefix.cl | 262 // 32-bit broadcasts.
|
/external/skqp/src/compute/skc/platforms/cl_12/kernels/ |
D | prefix.cl | 262 // 32-bit broadcasts.
|
/external/llvm/test/CodeGen/X86/ |
D | avx-vbroadcast.ll | 153 ; FIXME: Pointer adjusted broadcasts
|
D | avx512-vbroadcast.ll | 235 ; IR generated will produce broadcasts at the end.
|
D | avx2-vbroadcast.ll | 235 ; FIXME: Pointer adjusted broadcasts
|
/external/dnsmasq/ |
D | dnsmasq.conf.example | 421 # and take over the lease for any client which broadcasts on the network,
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/ |
D | X86InstrFormats.td | 322 // - the size of a single element for broadcasts or
|
/external/llvm/lib/Target/X86/ |
D | X86InstrFormats.td | 294 // - the size of a single element for broadcasts or
|
12