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

Method Set

tensorflow/core/kernels/gpu_device_array.h:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 }
67
68 void Set(int index, ValueType val) {
69 DCHECK(values_); // ensure Init was called.
70 DCHECK_LT(index, data_.size);
71 *(values_ + index) = val;
72 }
73
74 Status Finalize() {
75 if (inlined()) {

Callers 6

ConcatGPUCallFunction · 0.45
ComputeMethod · 0.45
operator()Method · 0.45
ComputeMethod · 0.45
ComputeMethod · 0.45
ComputeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected