Home
last modified time | relevance | path

Searched refs:vspace (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/c/eager/
Dtape.h143 const VSpace<Gradient, BackwardFunction, TapeTensor>& vspace,
398 const VSpace<Gradient, BackwardFunction, TapeTensor>& vspace, in InitialGradients() argument
420 vspace.Ones(op_it->second.output_tensor_info[j])); in InitialGradients()
435 (*result)[id].push_back(vspace.Ones(source_tensor->second)); in InitialGradients()
476 const VSpace<Gradient, BackwardFunction, TapeTensor>& vspace, in ComputeGradient() argument
489 Status s = InitialGradients(vspace, target_tensor_ids, in ComputeGradient()
538 out_gradients.push_back(vspace.Zeros(trace.output_tensor_info[i])); in ComputeGradient()
546 new_gradients = vspace.AggregateGradients(grad_it->second); in ComputeGradient()
553 vspace.MarkAsResult(new_gradients); in ComputeGradient()
560 Status s = vspace.CallBackwardFunction(trace.backward_function, in ComputeGradient()
[all …]
/external/libxml2/result/HTML/
Dtest2.html.sax40 SAX.startElement(img, src='/pics/lt.gif', vspace='5', alt='Linux Today Logo')
Dwired.html.sax879 …ws10.gif', width='143', height='56', border='0', alt='', usemap='#buttons', hspace='0', vspace='0')
/external/doclava/res/assets/templates-sdk/assets/css/
Ddefault.css490 .vspace.size-1 {
493 .vspace.size-2 {
496 .vspace.size-3 {
499 .vspace.size-4 {
502 .vspace.size-5 {
505 .vspace.size-6 {
508 .vspace.size-7 {
511 .vspace.size-8 {
514 .vspace.size-9 {
517 .vspace.size-10 {
[all …]
/external/cldr/specs/rfc/
Drfc2629.xslt40 Support for vspace element.
164 fixed code for vspace blankLines="0", enhanced display for list with "format" style,
1268 <xsl:template match="vspace[not(@blankLines) or @blankLines=0]">
1272 <xsl:template match="vspace[@blankLines &gt; 0]">
/external/hyphenation-patterns/en-US/
Dushyphex.tex1218 vspace
Dhyph-en-us.hyp.txt1219 vspace
/external/pcre/dist2/src/
Dpcre2_jit_compile.c472 jump_list *vspace; member
7504 add_jump(compiler, &common->vspace, JUMP(SLJIT_FAST_CALL)); in compile_char1_matchingpath()
12530 if (common->vspace != NULL) in jit_compile()
12532 set_jumps(common->vspace, LABEL()); in jit_compile()