MCPcopy Create free account
hub / github.com/alibaba/nann / _use_composite_impl

Function _use_composite_impl

tensorflow/tensorflow/python/ops/linalg_ops.py:231–263  ·  view source on GitHub ↗

Determines whether to use the composite or specialized CPU kernel. When the total size of the tensor is larger than the cache size and the batch size is large compared to the smallest matrix dimension, then the composite implementation is inefficient since it has to read the entire

(fast, tensor_shape)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

matrix_solve_lsFunction · 0.85

Calls 3

is_fully_definedMethod · 0.80
num_elementsMethod · 0.45
minMethod · 0.45

Tested by

no test coverage detected