HomeSort by relevance Sort by last modified time
    Searched refs:input_copy_ptrs (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
determinant_op.cc 197 auto input_copy_ptrs = solver->GetScratchSpace<uint8>( variable
198 sizeof(Scalar*) * batch_size, "input_copy_ptrs",
208 reinterpret_cast<const Scalar**>(input_copy_ptrs.mutable_data());
342 auto input_copy_ptrs = solver->GetScratchSpace<uint8>( variable
343 sizeof(Scalar*) * batch_size, "input_copy_ptrs",
352 reinterpret_cast<const Scalar**>(input_copy_ptrs.mutable_data());
matrix_solve_op.cc 214 auto input_copy_ptrs = solver->GetScratchSpace<uint8>( variable
221 reinterpret_cast<const Scalar**>(input_copy_ptrs.mutable_data());

Completed in 635 milliseconds