Home
last modified time | relevance | path

Searched defs:validate_indices (Results 1 – 13 of 13) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Dsets_impl.py32 def set_size(a, validate_indices=True): argument
94 def _set_operation(a, b, set_operation, validate_indices=True): argument
139 def set_intersection(a, b, validate_indices=True): argument
209 def set_difference(a, b, aminusb=True, validate_indices=True): argument
290 def set_union(a, b, validate_indices=True): argument
Dembedding_ops.py268 validate_indices=True, # pylint: disable=unused-argument argument
Dsparse_ops.py1178 validate_indices=True, argument
1668 validate_indices=True, argument
Darray_ops.py5104 validate_indices=None, argument
5315 validate_indices=None, argument
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_gather_ops.py36 validate_indices=None, argument
328 validate_indices=None, argument
/external/tensorflow/tensorflow/compiler/tests/
Dsparse_to_dense_op_test.py31 validate_indices=True): argument
/external/ComputeLibrary/src/core/NEON/kernels/
DNEGatherKernel.cpp49 void validate_indices(const ITensor *indices) in validate_indices() function
/external/tensorflow/tensorflow/core/kernels/
Dsparse_to_dense_op_gpu.cu.cc144 bool validate_indices, const Tensor& indices, const Tensor& values, in operator ()()
Dset_kernels.cc69 const bool validate_indices, in SparseTensorFromContext()
/external/tensorflow/tensorflow/python/ops/structured/
Dstructured_array_ops.py117 validate_indices=None, argument
/external/tensorflow/tensorflow/python/distribute/
Dsharded_variable.py902 validate_indices=True, argument
/external/tensorflow/tensorflow/python/ops/risc/
Drisc_ops.py129 validate_indices=None, argument
/external/tensorflow/tensorflow/lite/c/
Dbuiltin_op_data.h419 bool validate_indices; member