Searched refs:indices_key (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/contrib/slim/python/slim/data/ |
D | tfexample_decoder.py | 285 indices_key=None, argument 306 indices_key = indices_key or 'indices' 308 self._indices_key = indices_key 314 keys = [indices_key, values_key]
|
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
D | hpack_encoder.cc | 524 uint32_t indices_key; in hpack_enc() local 540 indices_key = c->indices_keys[HASH_FRAGMENT_2(key_hash)]; in hpack_enc() 543 indices_key > c->tail_remote_index) { in hpack_enc() 545 emit(c, dynidx(c, indices_key), elem, st); in hpack_enc() 550 indices_key = c->indices_keys[HASH_FRAGMENT_3(key_hash)]; in hpack_enc() 553 indices_key > c->tail_remote_index) { in hpack_enc() 555 emit(c, dynidx(c, indices_key), elem, st); in hpack_enc()
|
/external/tensorflow/tensorflow/python/debug/cli/ |
D | tensor_format.py | 356 indices_key = BEGIN_INDICES_KEY 358 indices_key = OMITTED_INDICES_KEY 362 if prev_indices <= ind < annot[r][indices_key] 384 prev_indices = annot[r][indices_key]
|