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

Method Compute

tensorflow/core/kernels/sparse_reshape_op.cc:36–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34 explicit SparseReshapeOp(OpKernelConstruction* context) : OpKernel(context) {}
35
36 void Compute(OpKernelContext* context) override {
37 Reshape(context, context->input(0), context->input(1), context->input(2),
38 0 /* output indices index */, 1 /* output shape index */);
39 }
40};
41
42REGISTER_KERNEL_BUILDER(Name("SparseReshape").Device(DEVICE_CPU),

Callers

nothing calls this directly

Calls 2

ReshapeFunction · 0.70
inputMethod · 0.45

Tested by

no test coverage detected