Skip to content

Create aws.yml#11

Open
johnTambov wants to merge 1 commit intoBitCashCF:masterfrom
johnTambov:master
Open

Create aws.yml#11
johnTambov wants to merge 1 commit intoBitCashCF:masterfrom
johnTambov:master

Conversation

@johnTambov
Copy link
Copy Markdown

@johnTambov johnTambov commented Mar 21, 2026

{}TR:[{icc}overview()
Link:
Cli(/[{D}
create:;Socket[{
#include "tensorflow/core/framework/op.h"
#include "tensorflow/core/framework/shape_inference.h"

using namespace tensorflow;

REGISTER_OP("ZeroOut")
.Input("to_zero: int32")
.Output("zeroed: int32")
.SetShapeFn([](::tensorflow::shape_inference::InferenceContext* c) {
c->set_output(0, c->input(0));
return Status::OK();
});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant