Home
last modified time | relevance | path

Searched refs:Gather (Results 1 – 25 of 198) sorted by relevance

12345678

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/arrays/
Dgatherv2_gpu_kernel.cc22 Gather,
26 Gather,
30 Gather,
34 Gather,
38 Gather,
42 Gather,
46Gather, KernelAttr().AddInputAttr(kNumberTypeInt32).AddInputAttr(kNumberTypeInt32).AddOutputAttr(k…
49Gather, KernelAttr().AddInputAttr(kNumberTypeInt32).AddInputAttr(kNumberTypeInt64).AddOutputAttr(k…
52Gather, KernelAttr().AddInputAttr(kNumberTypeInt16).AddInputAttr(kNumberTypeInt32).AddOutputAttr(k…
55Gather, KernelAttr().AddInputAttr(kNumberTypeInt16).AddInputAttr(kNumberTypeInt64).AddOutputAttr(k…
[all …]
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/
Dgather_cpu_kernel.h49Gather, KernelAttr().AddInputAttr(kNumberTypeUInt8).AddInputAttr(kNumberTypeInt32).AddOutputAttr(k…
52Gather, KernelAttr().AddInputAttr(kNumberTypeUInt16).AddInputAttr(kNumberTypeInt32).AddOutputAttr(…
55Gather, KernelAttr().AddInputAttr(kNumberTypeUInt32).AddInputAttr(kNumberTypeInt32).AddOutputAttr(…
58Gather, KernelAttr().AddInputAttr(kNumberTypeUInt64).AddInputAttr(kNumberTypeInt32).AddOutputAttr(…
61Gather, KernelAttr().AddInputAttr(kNumberTypeInt8).AddInputAttr(kNumberTypeInt32).AddOutputAttr(kN…
64Gather, KernelAttr().AddInputAttr(kNumberTypeInt16).AddInputAttr(kNumberTypeInt32).AddOutputAttr(k…
67Gather, KernelAttr().AddInputAttr(kNumberTypeInt32).AddInputAttr(kNumberTypeInt32).AddOutputAttr(k…
70Gather, KernelAttr().AddInputAttr(kNumberTypeInt64).AddInputAttr(kNumberTypeInt32).AddOutputAttr(k…
73 Gather,
77 Gather,
[all …]
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dgather.cu44 void Gather(const T *input, const S *index, T *output, const size_t dim_before_axis, in Gather() function
53 template void Gather<double, int>(const double *input, const int *index, double *output,
57 template void Gather<double, int64_t>(const double *input, const int64_t *index, double *output,
61 template void Gather<float, int>(const float *input, const int *index, float *output,
65 template void Gather<float, int64_t>(const float *input, const int64_t *index, float *output,
69 template void Gather<half, int>(const half *input, const int *index, half *output,
73 template void Gather<half, int64_t>(const half *input, const int64_t *index, half *output,
77 template void Gather<int64_t, int>(const int64_t *input, const int *index, int64_t *output,
81 template void Gather<int64_t, int64_t>(const int64_t *input, const int64_t *index, int64_t *output,
85 template void Gather<int, int>(const int *input, const int *index, int *output,
[all …]
Dgather.cuh20 void Gather(const T *input, const S *index, T *output, const size_t dim_before_axis,
/third_party/mindspore/mindspore/core/ops/
Dgather.h32 class MS_CORE_API Gather : public PrimitiveC {
35 Gather() : PrimitiveC(kNameGather) { InitIOName({"param", "indices", "axis"}, {"output"}); } in Gather() function
37 ~Gather() = default;
38 MS_DECLARE_PARENT(Gather, PrimitiveC);
42 using PrimGatherPtr = std::shared_ptr<Gather>;
/third_party/glslang/Test/
Dhlsl.gather.array.dx10.frag29 float4 txval20 = g_tTex2df4a . Gather(g_sSamp, float3(0.1, 0.2, 0.3));
30 int4 txval21 = g_tTex2di4a . Gather(g_sSamp, float3(0.3, 0.4, 0.5));
31 uint4 txval22 = g_tTex2du4a . Gather(g_sSamp, float3(0.5, 0.6, 0.7));
35 float4 txval40 = g_tTexcdf4a . Gather(g_sSamp, float4(0.1, 0.2, 0.3, 0.4));
36 int4 txval41 = g_tTexcdi4a . Gather(g_sSamp, float4(0.4, 0.5, 0.6, 0.7));
37 uint4 txval42 = g_tTexcdu4a . Gather(g_sSamp, float4(0.7, 0.8, 0.9, 1.0));
Dhlsl.gather.basic.dx10.frag34 float4 txval20 = g_tTex2df4 . Gather(g_sSamp, float2(0.1, 0.2));
35 int4 txval21 = g_tTex2di4 . Gather(g_sSamp, float2(0.3, 0.4));
36 uint4 txval22 = g_tTex2du4 . Gather(g_sSamp, float2(0.5, 0.6));
40 float4 txval40 = g_tTexcdf4 . Gather(g_sSamp, float3(0.1, 0.2, 0.3));
41 int4 txval41 = g_tTexcdi4 . Gather(g_sSamp, float3(0.4, 0.5, 0.6));
42 uint4 txval42 = g_tTexcdu4 . Gather(g_sSamp, float3(0.7, 0.8, 0.9));
Dhlsl.gather.basic.dx10.vert33 float4 txval20 = g_tTex2df4 . Gather(g_sSamp, float2(0.1, 0.2));
34 int4 txval21 = g_tTex2di4 . Gather(g_sSamp, float2(0.3, 0.4));
35 uint4 txval22 = g_tTex2du4 . Gather(g_sSamp, float2(0.5, 0.6));
39 float4 txval40 = g_tTexcdf4 . Gather(g_sSamp, float3(0.1, 0.2, 0.3));
40 int4 txval41 = g_tTexcdi4 . Gather(g_sSamp, float3(0.4, 0.5, 0.6));
41 uint4 txval42 = g_tTexcdu4 . Gather(g_sSamp, float3(0.7, 0.8, 0.9));
Dhlsl.gather.offsetarray.dx10.frag25 float4 txval20 = g_tTex2df4 . Gather(g_sSamp, float3(0.1, 0.2, 0.3), int2(1,0));
26 int4 txval21 = g_tTex2di4 . Gather(g_sSamp, float3(0.3, 0.4, 0.4), int2(1,1));
27 uint4 txval22 = g_tTex2du4 . Gather(g_sSamp, float3(0.5, 0.6, 0.7), int2(1,-1));
Dhlsl.gather.offset.dx10.frag33 float4 txval20 = g_tTex2df4 . Gather(g_sSamp, float2(0.1, 0.2), int2(1,0));
34 int4 txval21 = g_tTex2di4 . Gather(g_sSamp, float2(0.3, 0.4), int2(1,1));
35 uint4 txval22 = g_tTex2du4 . Gather(g_sSamp, float2(0.5, 0.6), int2(1,-1));
Dremap.hlsl.sample.basic.strip.frag35 int Gather; // ...
59 mtest.Gather = 1; // ...
Dremap.hlsl.sample.basic.everything.frag35 int Gather; // ...
59 mtest.Gather = 1; // ...
Dremap.hlsl.sample.basic.none.frag35 int Gather; // ...
59 mtest.Gather = 1; // ...
Dhlsl.sample.basic.dx10.frag35 int Gather; // ...
59 mtest.Gather = 1; // ...
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cTextureGatherTests.cpp796 Offset() + " mediump " + Type() + " tmp = " + Gather() + in TextBody()
805 virtual std::string Gather() in Gather() function in glcts::__anon7ca765f00111::GatherBase
1074 virtual std::string Gather() in Gather() function in glcts::__anon7ca765f00111::PlainGatherUint2D
1114 virtual std::string Gather() in Gather() function in glcts::__anon7ca765f00111::PlainGatherDepth2D
1133 virtual std::string Gather() in Gather() function in glcts::__anon7ca765f00111::PlainGatherFloat2DArray
1172 virtual std::string Gather() in Gather() function in glcts::__anon7ca765f00111::PlainGatherInt2DArray
1211 virtual std::string Gather() in Gather() function in glcts::__anon7ca765f00111::PlainGatherUint2DArray
1251 virtual std::string Gather() in Gather() function in glcts::__anon7ca765f00111::PlainGatherDepth2DArray
1275 virtual std::string Gather() in Gather() function in glcts::__anon7ca765f00111::PlainGatherFloatCube
1299 virtual std::string Gather() in Gather() function in glcts::__anon7ca765f00111::PlainGatherIntCube
[all …]
/third_party/boost/libs/asio/doc/overview/
Dimplementation.qbk32 Scatter-Gather:
52 Scatter-Gather:
73 Scatter-Gather:
95 Scatter-Gather:
116 Scatter-Gather:
137 Scatter-Gather:
159 Scatter-Gather:
181 Scatter-Gather:
203 Scatter-Gather:
224 Scatter-Gather:
[all …]
/third_party/mindspore/tests/ut/python/parallel/
Dtest_dynamic_shape.py59 self.embedding_lookp = P.Gather().shard(((1, 8), (1,)))
62 self.gatherv2 = P.Gather().shard(((1, 8), (1,)))
93 self.embedding_lookp = P.Gather().shard(((8, 1), (1,)))
96 self.gatherv2 = P.Gather().shard(((1, 1), (1,)))
/third_party/glslang/Test/baseResults/
Dhlsl.sample.basic.dx10.frag.out13 …ulateLevelOfDetail, temp int CalculateLevelOfDetailUnclamped, temp int Gather, temp int GetDime…
20 …ulateLevelOfDetail, temp int CalculateLevelOfDetailUnclamped, temp int Gather, temp int GetDime…
26 0:59 Gather: direct index for structure ( temp int)
27 …ulateLevelOfDetail, temp int CalculateLevelOfDetailUnclamped, temp int Gather, temp int GetDime…
34 …ulateLevelOfDetail, temp int CalculateLevelOfDetailUnclamped, temp int Gather, temp int GetDime…
41 …ulateLevelOfDetail, temp int CalculateLevelOfDetailUnclamped, temp int Gather, temp int GetDime…
48 …ulateLevelOfDetail, temp int CalculateLevelOfDetailUnclamped, temp int Gather, temp int GetDime…
55 …ulateLevelOfDetail, temp int CalculateLevelOfDetailUnclamped, temp int Gather, temp int GetDime…
62 …ulateLevelOfDetail, temp int CalculateLevelOfDetailUnclamped, temp int Gather, temp int GetDime…
69 …ulateLevelOfDetail, temp int CalculateLevelOfDetailUnclamped, temp int Gather, temp int GetDime…
[all …]
/third_party/mindspore/tests/st/ops/cpu/
Dtest_gather_op.py29 self.gatherv2 = P.Gather()
55 self.gatherv2 = P.Gather()
81 self.gatherv2 = P.Gather()
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DEmulatedIntrinsics.hpp27 RValue<Float4> Gather(RValue<Pointer<Float>> base, RValue<Int4> offsets, RValue<Int4> mask, unsigne…
28 RValue<Int4> Gather(RValue<Pointer<Int>> base, RValue<Int4> offsets, RValue<Int4> mask, unsigned in…
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/base/
Dgather_base.h27 int Gather(const void *input, int outer_size, int inner_size, int limit, const int *indices, int in…
/third_party/mindspore/tests/st/ops/gpu/
Dtest_gatherV2_op.py29 self.gather = P.Gather()
853 self.gather = P.Gather()
907 self.gather = P.Gather()
947 self.gather = P.Gather()
/third_party/mindspore/mindspore/lite/tools/converter/parser/onnx/
Donnx_gather_parser.cc25 auto prim = std::make_unique<ops::Gather>(); in Parse()
/third_party/python/Tools/peg_generator/pegen/
Dmetagrammar.gram8 Gather,
107 | sep=atom '.' node=atom '+' {Gather(sep, node)}
Dfirst_sets.py12 Gather,
95 def visit_Gather(self, item: Gather) -> Set[str]: argument

12345678