MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / Compute

Method Compute

tensorflow/core/kernels/sparse_reshape_op.cc:50–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48 explicit SparseReshapeOpGPU(OpKernelConstruction *context) : OpKernel(context) {}
49
50 void Compute(OpKernelContext* context) override {
51 ReshapeGPU(context, context->input(0), context->input(1), context->input(2),
52 0 /* output indices index */, 1 /* output shape index */);
53 }
54};
55
56REGISTER_KERNEL_BUILDER(Name("SparseReshape")

Callers

nothing calls this directly

Calls 2

ReshapeGPUFunction · 0.85
inputMethod · 0.45

Tested by

no test coverage detected