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

  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
cusolver_rewriter.cc 69 int64 workspace_size; // Number of elements of size a_shape.element_type() local
74 TF_ASSIGN_OR_RETURN(workspace_size,
81 TF_ASSIGN_OR_RETURN(workspace_size,
88 TF_ASSIGN_OR_RETURN(workspace_size,
95 TF_ASSIGN_OR_RETURN(workspace_size,
119 ShapeUtil::MakeShape(operand->shape().element_type(), {workspace_size}),
  /external/pcre/dist2/src/
pcre2_intmodedep.h 724 PCRE2_SIZE workspace_size; /* Size of workspace */ member in struct:compile_block
    [all...]

Completed in 454 milliseconds