/external/llvm/test/tools/dsymutil/Inputs/scattered-reloc/ |
D | 1.s | 2 # $ cat scattered.c 4 # $ clang -S -arch armv7 -g scattered.c 5 # $ clang -c -o 1.o scattered.s 9 # scattered reloc (I do not think LLVM will generate scattered relocs in
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachORelocation.h | 47 bool ext, uint8_t type, bool scattered = false, 50 r_extern(ext), r_type(type), r_scattered(scattered), r_value(value) {} in r_address()
|
/external/llvm/include/llvm/CodeGen/ |
D | MachORelocation.h | 48 bool ext, uint8_t type, bool scattered = false, 51 r_extern(ext), r_type(type), r_scattered(scattered), r_value(value) {} in r_address()
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | where_op.cc | 297 XlaOp scattered = xla::Scatter( in CompileWhereWithPrefixSum() local 303 scattered = xla::ConvertElementType(scattered, ctx->output_xla_type(0)); in CompileWhereWithPrefixSum() 311 &ctx->value_inference(), scattered, num_valid, 0); in CompileWhereWithPrefixSum() 317 return xla::SetDimensionSize(scattered, num_valid, 0); in CompileWhereWithPrefixSum()
|
/external/llvm/test/tools/dsymutil/ARM/ |
D | scattered.c | 1 RUN: llvm-dsymutil -y %p/dummy-debug-map.map -oso-prepend-path %p/../Inputs/scattered-reloc/ -f -o …
|
/external/llvm/test/MC/ARM/ |
D | macho-relocs-with-addend.s | 5 @ (scattered) still need to have the type set correctly.
|
/external/llvm/test/ExecutionEngine/RuntimeDyld/X86/ |
D | MachO_i386_DynNoPIC_relocations.s | 26 # Test scattered VANILLA relocations.
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_ResourceScatterNdAdd.pbtxt | 48 For example, say we want to add 4 scattered elements to a rank-1 tensor to
|
D | api_def_ResourceScatterNdSub.pbtxt | 48 For example, say we want to subtract 4 scattered elements from a rank-1 tensor
|
D | api_def_ResourceScatterNdUpdate.pbtxt | 50 For example, say we want to update 4 scattered elements to a rank-1 tensor to
|
D | api_def_ScatterNdSub.pbtxt | 57 For example, say we want to subtract 4 scattered elements from a rank-1 tensor
|
D | api_def_ScatterNdUpdate.pbtxt | 55 For example, say we want to update 4 scattered elements to a rank-1 tensor to
|
D | api_def_ScatterNdNonAliasingAdd.pbtxt | 50 For example, say we want to add 4 scattered elements to a rank-1 tensor to 8
|
D | api_def_ScatterNdAdd.pbtxt | 55 For example, say we want to add 4 scattered elements to a rank-1 tensor to
|
D | api_def_TensorScatterUpdate.pbtxt | 33 scattered onto an existing tensor (as opposed to a zero-tensor). If the memory
|
D | api_def_TensorScatterSub.pbtxt | 48 from a tensor by index. For example, say we want to insert 4 scattered elements
|
D | api_def_ScatterNd.pbtxt | 68 a tensor by index. Consider an example where you want to insert 4 scattered
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.tessellation_geometry_interaction.txt | 29 + Scattering render tests where result primitives are scattered all
|
/external/bcc/tools/ |
D | tplist_example.txt | 6 and argdist tools. Kernel tracepoints are scattered around the kernel
|
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/tests/Dialect/lhlo/ |
D | lhlo-legalize-select-and-scatter.mlir | 56 // Parallel loop over source buffer to compute scattered values.
|
/external/curl/docs/ |
D | GOVERNANCE.md | 19 There is no legal entity. The curl project is just a bunch of people scattered
|
/external/tensorflow/tensorflow/compiler/xla/g3doc/ |
D | operation_semantics.md | 124 number of blocks along the `split_dimensions`, and the blocks are scattered 187 f32[4,4]. The 4 parts are scattered to all cores. Then each core concatenates 1571 scattered to are unique. So XLA could use non-atomic operations. If 1572 `unique_indices` is set to true and the indices being scattered to are not 2178 the order in which the all-reduce result will be scattered. `replica_groups` 2522 … | Sequence of N `XlaOp` | N arrays of types `T_0, ..., T_N` to be scattered into. 2523 …aOp` | Array containing the starting indices of the slices that must be scattered to.
|
/external/perfetto/docs/design-docs/ |
D | protozero.md | 223 ![ProtoZero scattered buffers diagram](/docs/images/protozero-ssw.png)
|
/external/mesa3d/src/amd/compiler/ |
D | README.md | 89 …or of neighboring registers to be available, but the free regs might be scattered. In this case, t…
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_evaluator_typed_visitor.h | 1737 auto scattered = result.Get<ReturnT>(operand_index); 1739 scattered_literal.Set({}, scattered);
|