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

Method output_alloc_attr

tensorflow/core/framework/op_kernel.h:1114–1116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1112 }
1113
1114 AllocatorAttributes output_alloc_attr(int index) const {
1115 return params_->output_attr_array[index];
1116 }
1117
1118 gtl::InlinedVector<WrappedAllocator, 4> ConsumeWrappedAllocators() {
1119 mutex_lock lock(mu_);

Callers 15

ProcessOutputsMethod · 0.80
RunMethod · 0.80
DispatchSendMethod · 0.80
DispatchRecvMethod · 0.80
RunMethod · 0.80
RunTreeMethod · 0.80
DispatchSendMethod · 0.80
DispatchRecvMethod · 0.80
ComputeAsyncMethod · 0.80
ComputeMethod · 0.80
ReduceGradMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected