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

1 2

  /external/deqp/external/openglcts/modules/gles31/
es31cTextureGatherTests.cpp 231 return "Verify that gather related enums are correct.";
272 return "Verify that gather functions are visible in the shaders.";
277 return "Create shaders which use all types of gather functions.";
796 Offset() + " mediump " + Type() + " tmp = " + Gather() +
805 virtual std::string Gather()
    [all...]
  /external/tensorflow/tensorflow/cc/gradients/
data_flow_grad.cc 134 // it from a Gather op.
141 // Gather the index specified locations in the gradient and
143 // i = 0: gather(grad, 2) = [g_5, g_6]
144 // i = 1: gather(grad, [1, 0]) = [[g_3, g_4], [g_1, g_2]]
145 grad_outputs->push_back(Gather(scope, grad_inputs[0], index));
math_grad.cc     [all...]
  /external/tensorflow/tensorflow/core/kernels/
gather_op_test.cc 181 static Graph* Gather(int dim) {
203 test::graph::Gather(g, test::graph::Constant(g, params),
215 test::Benchmark(#DEVICE, Gather<INDEX>(dim)).Run(iters); \
  /external/tensorflow/tensorflow/contrib/lite/kernels/
gather.cc 27 namespace gather { namespace in namespace:tflite::ops::builtin
54 // Fully supported by reference_ops::Gather.
89 optimized_ops::Gather( \
121 } // namespace gather
124 static TfLiteRegistration r = {nullptr, nullptr, gather::Prepare,
125 gather::Eval};
  /external/tensorflow/tensorflow/core/graph/
testlib.h 178 // Perform gather op on params "in0" with indices "in1" and axis "axis".
179 Node* Gather(Graph* g, Node* in0, Node* in1, Node* axis);
testlib.cc 434 Node* Gather(Graph* g, Node* in0, Node* in1, Node* axis) {
  /external/mesa3d/src/gallium/drivers/swr/rasterizer/core/
binner.cpp 297 /// @brief Gather scissor rect data based on per-prim viewport indices.
309 static void Gather(const SWR_RECT* pScissorsInFixedPoint, const uint32_t* pViewportIndex,
313 SWR_ASSERT(0, "Unhandled Simd Width in Scissor Rect Gather");
320 static void Gather(const SWR_RECT* pScissorsInFixedPoint, const uint32_t* pViewportIndex,
696 // Gather the AOS effective scissor rects based on the per-prim VP index.
701 GatherScissors<KNOB_SIMD_WIDTH>::Gather(&state.scissorsInFixedPoint[0], pViewportIndex,
    [all...]
  /external/tensorflow/tensorflow/contrib/lite/toco/tflite/
operator.cc 288 class Gather : public BuiltinOperator<GatherOperator, ::tflite::GatherOptions,
793 new Gather(::tflite::BuiltinOperator_GATHER, OperatorType::kGather));
    [all...]
  /prebuilts/go/darwin-x86/src/crypto/x509/
root_darwin.go 233 // Gather all the runs of 40 capitalized hex characters.
  /prebuilts/go/linux-x86/src/crypto/x509/
root_darwin.go 233 // Gather all the runs of 40 capitalized hex characters.
  /external/autotest/server/hosts/
servo_host.py 335 """Gather a list of duts that use this servo host.
    [all...]
  /external/tensorflow/tensorflow/compiler/aot/tests/
tfcompile_test.cc 145 TEST(TFCompileTest, Gather) {
146 GatherComp gather; local
147 EXPECT_EQ(gather.arg0_data(), gather.args()[0]);
148 EXPECT_EQ(gather.arg1_data(), gather.args()[1]);
150 // Successful gather.
153 std::copy(params + 0, params + 4, gather.arg0_data());
155 std::copy(indices + 0, indices + 2, gather.arg1_data());
156 EXPECT_TRUE(gather.Run())
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 357 /// \brief Perform LICM and CSE on the newly generated gather sequences.
428 Value *Gather(ArrayRef<Value *> VL, VectorType *Ty);
460 /// Do we need to gather this sequence ?
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/go/internal/work/
gccgo.go 318 // Gather CgoLDFLAGS, but not from standard packages.
  /prebuilts/go/darwin-x86/src/math/rand/
rand_test.go 520 // Gather chi-squared values and check that they follow
  /prebuilts/go/linux-x86/src/cmd/go/internal/work/
gccgo.go 318 // Gather CgoLDFLAGS, but not from standard packages.
  /prebuilts/go/linux-x86/src/math/rand/
rand_test.go 520 // Gather chi-squared values and check that they follow
  /external/tensorflow/tensorflow/compiler/xla/client/
computation_builder.h     [all...]
computation_builder.cc     [all...]
  /external/v8/src/debug/
liveedit.js 48 // Gather compile information about old version of script.
62 // Gather compile information about new version of script.
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/report/
report.go 411 // Gather samples for this symbol.
551 // Gather samples for this symbol.
    [all...]
  /prebuilts/go/linux-x86/src/cmd/vendor/github.com/google/pprof/internal/report/
report.go 411 // Gather samples for this symbol.
551 // Gather samples for this symbol.
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/vet/
asmdecl.go 131 // Gather declarations. knownFunc[name][arch] is func description.
  /prebuilts/go/linux-x86/src/cmd/vet/
asmdecl.go 131 // Gather declarations. knownFunc[name][arch] is func description.

Completed in 1463 milliseconds

1 2