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

Method HasDynamicSize

tensorflow/core/kernels/tensor_array.h:316–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

314 }
315
316 bool HasDynamicSize() {
317 mutex_lock l(mu_);
318 return dynamic_size_;
319 }
320
321 bool GradientsAllowed() {
322 mutex_lock l(mu_);

Callers 2

ComputeMethod · 0.80
ComputeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected