HomeSort by relevance Sort by last modified time
    Searched refs:scatter (Results 1 - 25 of 46) sorted by null

1 2

  /prebuilts/go/darwin-x86/misc/cgo/test/
issue1635.go 12 void scatter() {
13 void *p = scatter;
14 printf("scatter = %p\n", p);
31 C.scatter()
  /prebuilts/go/linux-x86/misc/cgo/test/
issue1635.go 12 void scatter() {
13 void *p = scatter;
14 printf("scatter = %p\n", p);
31 C.scatter()
  /external/libdrm/
xf86drmHash.c 84 static unsigned long scatter[256]; local
90 for (i = 0; i < 256; i++) scatter[i] = drmRandom(state);
96 hash = (hash << 1) + scatter[tmp & 0xff];
  /external/llvm/lib/Transforms/Scalar/
Scalarizer.cpp 47 // Scatter V into Size components. If new instructions are needed,
163 Scatterer scatter(Instruction *, Value *);
272 Scatterer Scalarizer::scatter(Instruction *Point, Value *V) { function in class:Scalarizer
384 Scatterer Op0 = scatter(&I, I.getOperand(0));
385 Scatterer Op1 = scatter(&I, I.getOperand(1));
404 Scatterer Op1 = scatter(&SI, SI.getOperand(1));
405 Scatterer Op2 = scatter(&SI, SI.getOperand(2));
412 Scatterer Op0 = scatter(&SI, SI.getOperand(0));
448 Scatterer Base = scatter(&GEPI, GEPI.getOperand(0));
453 Ops[I] = scatter(&GEPI, GEPI.getOperand(I + 1))
    [all...]
  /external/tensorflow/tensorflow/python/kernel_tests/
scatter_nd_ops_test.py 132 # Scatter via numpy
135 # Scatter via tensorflow
153 scatter = state_ops.scatter_nd_update(ref, indices, updates)
158 result = sess.run(scatter)
167 scatter = state_ops.scatter_nd_update(ref, indices, updates)
172 sess.run(scatter)
181 scatter = state_ops.scatter_nd_update(ref, indices, updates)
186 result = sess.run(scatter)
195 scatter = state_ops.scatter_nd_update(ref, indices, updates)
200 result = sess.run(scatter)
    [all...]
  /external/arm-neon-tests/
Init.s 43 IMPORT ||Image$$STACK$$ZI$$Limit|| ; Linker symbol from scatter file
112 IMPORT ||Image$$TTB$$ZI$$Base|| ; from scatter file.;
243 ORR r0, r0, #0x1 ; enable MMU before scatter loading
Makefile 84 compute_ref.axf: scatter.scat compute_ref.rvct.o retarget.rvct.o \
86 $(LD.rvct) $(LDFLAGS.rvct) --scatter $^ -o $@
125 compute_ref.gccarm-rvct: scatter.scat compute_ref.gccarm-rvct.o \
127 $(LD.rvct) $(LDFLAGS.rvct) --no_strict_wchar_size --scatter $^ -o $@
  /external/mesa3d/src/glx/
glxhash.c 132 static unsigned long scatter[256]; local
139 scatter[i] = HASH_RANDOM;
145 hash = (hash << 1) + scatter[tmp & 0xff];
  /external/tensorflow/tensorflow/compiler/xla/tools/parser/
hlo_parser_test.cc 409 // select and scatter
430 ROOT %select-and-scatter = f32[4,5,1,1]{3,2,1,0} select-and-scatter(f32[4,5,1,1]{3,2,1,0} %constant, f32[2,2,1,1]{3,2,1,0} %constant.1, f32[] %constant.2), window={size=2x3x1x1 stride=2x2x1x1}, select=%ge_F32.v3, scatter=%add_F32.v3
435 // select and scatter on scalar
456 ROOT %select-and-scatter = f32[] select-and-scatter(f32[] %constant, f32[] %constant.1, f32[] %constant.2), select=%ge_F32.v3, scatter=%add_F32.v3
    [all...]
  /external/tensorflow/tensorflow/python/ops/
tensor_array_ops.py 332 return self.scatter(
336 def scatter(self, indices, value, name=None): member in class:_GraphTensorArray
661 def scatter(self, indices, value, name=None): member in class:_EagerTensorArray
947 def scatter(self, indices, value, name=None): member in class:TensorArray
    [all...]
tensor_array_grad.py 162 u_g = g.scatter(indices, grad)
  /external/lisa/libs/utils/analysis/
eas_analysis.py 283 plt.scatter(subset.nrg_diff_pct, subset.cap_delta,
322 plt.scatter(subset.nrg_diff_pct, subset.cap_delta,
  /external/ltp/testcases/realtime/
00_Descriptions.txt 69 output as a histogram or a scatter graph.
  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
pooling_ops.cc 346 auto scatter = CreateScalarAddComputation(element_type, ctx->builder()); variable
349 scatter);
  /external/tensorflow/tensorflow/compiler/xla/python/
local_computation_builder.cc 397 const ComputationDataHandle& init_value, const LocalComputation& scatter) {
400 source, init_value, scatter.computation());
local_computation_builder.h 192 const ComputationDataHandle& init_value, const LocalComputation& scatter);
xla_client.py 714 padding, source, init_value, scatter):
715 """Select and scatter op, used by the gradient of ReduceWindow.
725 source: ComputationDataHandle for array of type T with values to scatter.
727 scatter: Computation of type (T, T) -> T to apply to each scatter source
741 scatter.c_local_computation))
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/tests/
test_utils.cc 168 LooksLikeSum(*instruction->scatter())));
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_instruction.h 397 // Creates a scatter computation that scatters the `source` array to the
402 HloComputation* scatter);
    [all...]
hlo_instruction.cc 651 HloComputation* scatter) {
657 // Select comes before scatter in the vector.
659 instruction->called_computations_.push_back(scatter);
2038 HloComputation* HloInstruction::scatter() const { function in class:xla::HloInstruction
    [all...]
  /external/libvpx/libvpx/vpx_dsp/x86/
subpel_variance_sse2.asm 380 %if notcpuflag(ssse3) ; FIXME(rbultje) don't scatter registers on x86-64
703 %if notcpuflag(ssse3) ; FIXME(rbultje) don't scatter registers on x86-64
861 %if notcpuflag(ssse3) ; FIXME(rbultje) don't scatter registers on x86-64
1003 %if notcpuflag(ssse3) ; FIXME(rbultje) don't scatter registers on x86-64
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/client/
computation_builder.cc     [all...]
computation_builder.h 568 const ComputationDataHandle& init_value, const Computation& scatter);
578 const ComputationDataHandle& init_value, const Computation& scatter);
    [all...]
  /external/tensorflow/tensorflow/examples/tutorials/word2vec/
word2vec_basic.py 327 plt.scatter(x, y)
  /external/tensorflow/tensorflow/compiler/xla/
xla_data.proto 649 // Source array for the data to scatter.
663 ComputationHandle scatter = 7;

Completed in 818 milliseconds

1 2