Home
last modified time | relevance | path

Searched refs:validate_indices_ (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dsparse_to_dense_op.cc48 context->GetAttr("validate_indices", &validate_indices_)); in SparseToDense()
127 if (validate_indices_) { in Compute()
139 bool validate_indices_; member in tensorflow::SparseToDense
Dset_kernels.cc241 : OpKernel(ctx), validate_indices_(ValidateIndicesFromContext(ctx)) {} in SetSizeOp()
246 const bool validate_indices_; member in tensorflow::SetSizeOp
253 SparseTensorFromContext(ctx, 0, validate_indices_, &set_st)); in Compute()
339 validate_indices_(ValidateIndicesFromContext(ctx)), in SetOperationOp()
351 const bool validate_indices_; member in tensorflow::SetOperationOp
486 SparseTensorFromContext(ctx, 1, validate_indices_, &set2_st)); in ComputeDenseToSparse()
601 SparseTensorFromContext(ctx, 0, validate_indices_, &set1_st)); in ComputeSparseToSparse()
606 SparseTensorFromContext(ctx, 3, validate_indices_, &set2_st)); in ComputeSparseToSparse()