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

Method DilationOp

tensorflow/core/kernels/dilation_ops.cc:117–119  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

115class DilationOp : public OpKernel {
116 public:
117 explicit DilationOp(OpKernelConstruction* context) : OpKernel(context) {
118 ParseAttributes(context, &strides_, &rates_, &padding_);
119 }
120
121 void Compute(OpKernelContext* context) override {
122 const Tensor& input = context->input(0);

Callers

nothing calls this directly

Calls 1

ParseAttributesFunction · 0.85

Tested by

no test coverage detected