|
|
|
@@ -78,6 +78,7 @@ PrimitiveEvalImplMap &GetPrimitiveToEvalImplMap() { |
|
|
|
{prim::kPrimUnique, {InferImplUnique, true}}, |
|
|
|
{prim::kPrimUniqueGrad, {InferImplUniqueGrad, true}}, |
|
|
|
{prim::kPrimGather, {InferImplGatherV2, true}}, |
|
|
|
{prim::kPrimEmbeddingLookup, {InferImplEmbeddingLookup, true}}, |
|
|
|
{prim::kPrimSparseGatherV2, {InferImplGatherV2, true}}, |
|
|
|
{prim::kPrimUnsortedSegmentMax, {InferImplUnsortedSegmentMax, true}}, |
|
|
|
{prim::kPrimUnsortedSegmentMin, {InferImplUnsortedSegmentMin, true}}, |
|
|
|
@@ -199,7 +200,6 @@ PrimitiveEvalImplMap &GetPrimitiveToBackendEvalImplMap() { |
|
|
|
{prim::kPrimLess, {InferImplLess, true}}, |
|
|
|
{prim::kPrimStack, {InferImplStack, true}}, |
|
|
|
{prim::kPrimPad, {InferImplPad, true}}, |
|
|
|
{prim::kPrimEmbeddingLookup, {InferImplEmbeddingLookup, true}}, |
|
|
|
{prim::kPrimUnsortedSegmentSum, {InferImplUnsortedSegmentSum, true}}, |
|
|
|
{prim::kPrimDiv, {InferImplDiv, true}}, |
|
|
|
{prim::kPrimRealDiv, {InferImplRealDiv, true}}, |
|
|
|
|