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

  /external/tensorflow/tensorflow/contrib/layers/python/ops/
sparse_ops.py 82 def indicators_to_sparse_ids(indicators, ignore_value=None, dtype=dtypes.int64):
90 indicators = [
99 sparse_ids = indicator_to_sparse_ids(indicators)
123 indicators: Dense `Tensor` of shape `(d0, ..., dn, num_classes)`.
126 ignore_value: Entries in `indicators` equal to this value will be
128 `indicators` dtype will be used (e.g. '' for `str`, 0 for `int`).
137 the last dimension of `indicators`.
145 None, "indicators_to_sparse_ids", (indicators, ignore_value)):
146 # Convert indicators to binary ones and zeros. We use int64 since
148 indicators = ops.convert_to_tensor(indicators, name="indicators"
    [all...]
sparse_ops_test.py 208 indicators = (0, 0, 1, 0)
209 sparse_ids = sparse_ops.indicators_to_sparse_ids(indicators)
218 indicators = (
222 sparse_ids = sparse_ops.indicators_to_sparse_ids(indicators)
231 indicators = (
237 sparse_ids = sparse_ops.indicators_to_sparse_ids(indicators)
252 indicators = (
257 indicators, dtype=dtypes.int16)
266 indicators = (
271 indicators, ignore_value=-1
    [all...]
  /external/v8/tools/testrunner/
num_fuzzer.py 144 indicators = self._create_progress_indicators(options)
156 ] + indicators + [
173 for indicator in indicators:
standard_runner.py 286 indicators = self._create_progress_indicators(options)
305 ] + indicators + [
324 for indicator in indicators:
  /external/swiftshader/third_party/LLVM/lib/MC/MCParser/
AsmLexer.cpp 350 // FIXME: This won't work for multi-character comment indicators like "//".
  /external/libxkbcommon/xkbcommon/src/x11/
keymap.c     [all...]
  /external/tensorflow/tensorflow/cc/gradients/
math_grad.cc 821 // indicators = equal(y, input)
826 auto indicators = Cast(scope, Equal(scope, y, input), grad_inputs[0].type()); local
830 auto num_selected = Reshape(scope, Sum(scope, indicators, reduction_indices),
835 auto scale = Div(scope, indicators, num_selected);
    [all...]
  /external/tensorflow/tensorflow/python/ops/
nn_grad.py     [all...]
math_grad.py 102 indicators = math_ops.cast(math_ops.equal(y, op.inputs[0]), grad.dtype)
104 math_ops.reduce_sum(indicators, op.inputs[1]), output_shape_kept_dims)
106 return [math_ops.divide(indicators, num_selected) * grad, None]
    [all...]
  /external/okhttp/website/static/
bootstrap.min.js 6 !function(e){"use strict";e(function(){e.support.transition=function(){var e=function(){var e=document.createElement("bootstrap"),t={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"},n;for(n in t)if(e.style[n]!==undefined)return t[n]}();return e&&{end:e}}()})}(window.jQuery),!function(e){"use strict";var t='[data-dismiss="alert"]',n=function(n){e(n).on("click",t,this.close)};n.prototype.close=function(t){function s(){i.trigger("closed").remove()}var n=e(this),r=n.attr("data-target"),i;r||(r=n.attr("href"),r=r&&r.replace(/.*(?=#[^\s]*$)/,"")),i=e(r),t&&t.preventDefault(),i.length||(i=n.hasClass("alert")?n:n.parent()),i.trigger(t=e.Event("close"));if(t.isDefaultPrevented())return;i.removeClass("in"),e.support.transition&&i.hasClass("fade")?i.on(e.support.transition.end,s):s()};var r=e.fn.alert;e.fn.alert=function(t){return this.each(function(){var r=e(this),i=r.data("alert");i||r.data("alert",i=new n(this)),typeof t=="string"&&i[t].call(r)})},e.fn.alert.Constructor=n,e.fn.alert.noConflict=function(){return e.fn.alert=r,this},e(document).on("click.alert.data-api",t,n.prototype.close)}(window.jQuery),!function(e){"use strict";var t=function(t,n){this.$element=e(t),this.options=e.extend({},e.fn.button.defaults,n)};t.prototype.setState=function(e){var t="disabled",n=this.$element,r=n.data(),i=n.is("input")?"val":"html";e+="Text",r.resetText||n.data("resetText",n[i]()),n[i](r[e]||this.options[e]),setTimeout(function(){e=="loadingText"?n.addClass(t).attr(t,t):n.removeClass(t).removeAttr(t)},0)},t.prototype.toggle=function(){var e=this.$element.closest('[data-toggle="buttons-radio"]');e&&e.find(".active").removeClass("active"),this.$element.toggleClass("active")};var n=e.fn.button;e.fn.button=function(n){return this.each(function(){var r=e(this),i=r.data("button"),s=typeof n=="object"&&n;i||r.data("button",i=new t(this,s)),n=="toggle"?i.toggle():n&&i.setState(n)})},e.fn.button.defaults={loadingText:"loading..."},e.fn.button.Constructor=t,e.fn.button.noConflict=function(){return e.fn.button=n,this},e(document).on("click.button.data-api","[data-toggle^=button]",function(t){var n=e(t.target);n.hasClass("btn")||(n=n.closest(".btn")),n.button("toggle")})}(window.jQuery),!function(e){"use strict";var t=function(t,n){this.$element=e(t),this.$indicators=this.$element.find(".carousel-indicators"),this.options=n,this.options.pause=="hover"&&this.$element.on("mouseenter",e.proxy(this.pause,this)).on("mouseleave",e.proxy(this.cycle,this))};t.prototype={cycle:function(t){return t||(this.paused=!1),this.interval&&clearInterval(this.interval),this.options.interval&&!this.paused&&(this.interval=setInterval(e.proxy(this.next,this),this.options.interval)),this},getActiveIndex:function(){return this.$active=this.$element.find(".item.active"),this.$items=this.$active.parent().children(),this.$items.index(this.$active)},to:function(t){var n=this.getActiveIndex(),r=this;if(t>this.$items.length-1||t<0)return;return this.sliding?this.$element.one("slid",function(){r.to(t)}):n==t?this.pause().cycle():this.slide(t>n?"next":"prev",e(this.$items[t]))},pause:function(t){return t||(this.paused=!0),this.$element.find(".next, .prev").length&&e.support.transition.end&&(this.$element.trigger(e.support.transition.end),this.cycle(!0)),clearInterval(this.interval),this.interval=null,this},next:function(){if(this.sliding)return;return this.slide("next")},prev:function(){if(this.sliding)return;return this.slide("prev")},slide:function(t,n){var r=this.$element.find(".item.active"),i=n||r[t](),s=this.interval,o=t=="next"?"left":"right",u=t=="next"?"first":"last",a=this,f;this.sliding=!0,s&&this.pause(),i=i.length?i:this.$element.find(".item")[u](),f=e.Event("slide",{relatedTarget:i[0],direction:o});if(i.hasClass("active"))return;this.$indicators.length&&(this.$indicators.find(".active").removeClass("active"),this.$element.one("slid",function(){var t=e(a.$indicators.children()[a.getActiveIndex()]);t&&t.addClass("active")}));if(e.support.transition&&this.$element. (…)
bootstrap-combined.min.css     [all...]
  /external/blktrace/btt/doc/
btt.tex 244 providing a set of indicators showing how close incoming IO requests
246 providing a set of indicators showing how close the IO requests are
    [all...]
  /external/blktrace/btreplay/doc/
btreplay.tex 497 When specified on the command line, all pre-bunch stall indicators will be
  /external/ImageMagick/www/assets/
magick.css     [all...]

Completed in 603 milliseconds