Home
last modified time | relevance | path

Searched refs:in_band (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_MatrixBandPart.pbtxt35 `band[i, j, k, ..., m, n] = in_band(m, n) * input[i, j, k, ..., m, n]`.
39 `in_band(m, n) = (num_lower < 0 || (m-n) <= num_lower)) &&
/external/python/cpython3/Lib/
Dpickle.py832 in_band = True
834 in_band = bool(self._buffer_callback(obj))
835 if in_band:
/external/python/cpython3/Modules/
D_pickle.c2538 int in_band = 1; in save_picklebuffer() local
2544 in_band = PyObject_IsTrue(ret); in save_picklebuffer()
2546 if (in_band == -1) { in save_picklebuffer()
2550 if (in_band) { in save_picklebuffer()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_generated_ops.td7140 `band[i, j, k, ..., m, n] = in_band(m, n) * input[i, j, k, ..., m, n]`.
7144 `in_band(m, n) = (num_lower < 0 || (m-n) <= num_lower)) &&