Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dsets_impl.py36 def set_size(a, validate_indices=True): argument
98 def _set_operation(a, b, set_operation, validate_indices=True): argument
143 def set_intersection(a, b, validate_indices=True): argument
213 def set_difference(a, b, aminusb=True, validate_indices=True): argument
294 def set_union(a, b, validate_indices=True): argument
Dembedding_ops.py271 validate_indices=True, # pylint: disable=unused-argument argument
Dsparse_ops.py1182 validate_indices=True, argument
1672 validate_indices=True, argument
Darray_ops.py4917 validate_indices=None, argument
5128 validate_indices=None, argument
/external/tensorflow/tensorflow/compiler/tests/
Dsparse_to_dense_op_test.py35 validate_indices=True): argument
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_gather_ops.py38 validate_indices=None, argument
Dragged_dispatch.py430 def _ragged_gather_v1(params, indices, validate_indices=None, name=None, 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.cc67 bool validate_indices, in SparseTensorFromContext()
/external/tensorflow/tensorflow/python/ops/structured/
Dstructured_array_ops.py105 validate_indices=None, argument
/external/tensorflow/tensorflow/python/distribute/
Dsharded_variable.py853 validate_indices=True, argument
/external/tensorflow/tensorflow/python/ops/risc/
Drisc_ops.py133 validate_indices=None, argument
/external/tensorflow/tensorflow/lite/c/
Dbuiltin_op_data.h419 bool validate_indices; member