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

Method VerifyBoundaries

tensorflow/core/kernels/ops_util_test.cc:124–130  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122 }
123
124 static void VerifyBoundaries(bcast_struct bcast, error::Code code) {
125 int new_index, new_size;
126 Status status = GetBroadcastSize(
127 bcast.input.index, bcast.input.in_size, bcast.input.ksize,
128 bcast.input.stride, bcast.input.pad_size, &new_index, &new_size);
129 EXPECT_EQ(status.code(), code) << status;
130 }
131
132 static void VerifyBcastValues(bcast_struct bcast) {
133 int new_index, new_size;

Callers

nothing calls this directly

Calls 2

GetBroadcastSizeFunction · 0.85
codeMethod · 0.45

Tested by

no test coverage detected