Home
last modified time | relevance | path

Searched refs:scattered (Results 1 – 25 of 65) sorted by relevance

123

/external/llvm/test/tools/dsymutil/Inputs/scattered-reloc/
D1.s2 # $ 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/
DMachORelocation.h47 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/
DMachORelocation.h48 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/
Dwhere_op.cc297 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/
Dscattered.c1 RUN: llvm-dsymutil -y %p/dummy-debug-map.map -oso-prepend-path %p/../Inputs/scattered-reloc/ -f -o …
/external/llvm/test/MC/ARM/
Dmacho-relocs-with-addend.s5 @ (scattered) still need to have the type set correctly.
/external/llvm/test/ExecutionEngine/RuntimeDyld/X86/
DMachO_i386_DynNoPIC_relocations.s26 # Test scattered VANILLA relocations.
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_ResourceScatterNdAdd.pbtxt48 For example, say we want to add 4 scattered elements to a rank-1 tensor to
Dapi_def_ResourceScatterNdSub.pbtxt48 For example, say we want to subtract 4 scattered elements from a rank-1 tensor
Dapi_def_ResourceScatterNdUpdate.pbtxt50 For example, say we want to update 4 scattered elements to a rank-1 tensor to
Dapi_def_ScatterNdSub.pbtxt57 For example, say we want to subtract 4 scattered elements from a rank-1 tensor
Dapi_def_ScatterNdUpdate.pbtxt55 For example, say we want to update 4 scattered elements to a rank-1 tensor to
Dapi_def_ScatterNdNonAliasingAdd.pbtxt50 For example, say we want to add 4 scattered elements to a rank-1 tensor to 8
Dapi_def_ScatterNdAdd.pbtxt55 For example, say we want to add 4 scattered elements to a rank-1 tensor to
Dapi_def_TensorScatterUpdate.pbtxt33 scattered onto an existing tensor (as opposed to a zero-tensor). If the memory
Dapi_def_TensorScatterSub.pbtxt48 from a tensor by index. For example, say we want to insert 4 scattered elements
Dapi_def_ScatterNd.pbtxt68 a tensor by index. Consider an example where you want to insert 4 scattered
/external/deqp/doc/testspecs/GLES31/
Dfunctional.tessellation_geometry_interaction.txt29 + Scattering render tests where result primitives are scattered all
/external/bcc/tools/
Dtplist_example.txt6 and argdist tools. Kernel tracepoints are scattered around the kernel
/external/tensorflow/tensorflow/compiler/xla/mlir_hlo/tests/Dialect/lhlo/
Dlhlo-legalize-select-and-scatter.mlir56 // Parallel loop over source buffer to compute scattered values.
/external/curl/docs/
DGOVERNANCE.md19 There is no legal entity. The curl project is just a bunch of people scattered
/external/tensorflow/tensorflow/compiler/xla/g3doc/
Doperation_semantics.md124 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/
Dprotozero.md223 ![ProtoZero scattered buffers diagram](/docs/images/protozero-ssw.png)
/external/mesa3d/src/amd/compiler/
DREADME.md89 …or of neighboring registers to be available, but the free regs might be scattered. In this case, t…
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator_typed_visitor.h1737 auto scattered = result.Get<ReturnT>(operand_index);
1739 scattered_literal.Set({}, scattered);

123