MCPcopy Create free account
hub / github.com/benoitsteiner/tensorflow-opencl / sparse_mask

Function sparse_mask

tensorflow/python/ops/array_ops.py:1178–1217  ·  view source on GitHub ↗

Masks elements of `IndexedSlices`. Given an `IndexedSlices` instance `a`, returns another `IndexedSlices` that contains a subset of the slices of `a`. Only the slices at indices not specified in `mask_indices` are returned. This is useful when you need to extract a subset of slices in an

(a, mask_indices, name=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 3

setdiff1dFunction · 0.85
name_scopeMethod · 0.80
gatherFunction · 0.70

Tested by

no test coverage detected