Searched refs:validate_indices_ (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | sparse_to_dense_op.cc | 48 context->GetAttr("validate_indices", &validate_indices_)); in SparseToDense() 127 if (validate_indices_) { in Compute() 139 bool validate_indices_; member in tensorflow::SparseToDense
|
D | set_kernels.cc | 241 : 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()
|