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

Method Update1

tensorflow/core/kernels/range_sampler_test.cc:60–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 }
59 }
60 void Update1() {
61 // Add the value 3 ten times.
62 std::vector<int64> a(10);
63 for (int i = 0; i < 10; i++) {
64 a[i] = 3;
65 }
66 sampler_->Update(a);
67 }
68 void Update2() {
69 // Add the value n times.
70 int64 a[10];

Callers

nothing calls this directly

Calls 1

UpdateMethod · 0.45

Tested by

no test coverage detected