Home
last modified time | relevance | path

Searched refs:pass_through (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i915/
Di830_texblend.c45 pass_through(GLuint * state, GLuint blendUnit) in pass_through() function
214 return pass_through(state, blendUnit); in i830SetTexEnvCombine()
243 return pass_through(state, blendUnit); in i830SetTexEnvCombine()
260 return pass_through(state, blendUnit); in i830SetTexEnvCombine()
301 return pass_through(state, blendUnit); in i830SetTexEnvCombine()
330 return pass_through(state, blendUnit); in i830SetTexEnvCombine()
341 return pass_through(state, blendUnit); in i830SetTexEnvCombine()
425 tmp_sz = pass_through(tmp, unit); in emit_passthrough()
/external/tensorflow/tensorflow/contrib/factorization/python/ops/
Dfactorization_ops.py451 def _cached_copy(self, var, name, pass_through=False): argument
476 elif pass_through:
522 pass_through=not self._use_factors_weights_cache)
527 pass_through=not self._use_factors_weights_cache)
531 pass_through=not self._use_factors_weights_cache)
535 pass_through=not self._use_factors_weights_cache)
540 pass_through=not self._use_gramian_cache)
545 pass_through=not self._use_gramian_cache)
/external/tensorflow/tensorflow/contrib/seq2seq/python/ops/
Ddecoder.py284 pass_through = True
287 pass_through = (new.shape.ndims == 0)
288 return new if pass_through else array_ops.where(finished, cur, new)
/external/sqlite/dist/orig/
Dsqlite3.c205787 if( nToken>FTS5_PORTER_MAX_TOKEN || nToken<3 ) goto pass_through;
205836 pass_through:
/external/sqlite/dist/
Dsqlite3.c205799 if( nToken>FTS5_PORTER_MAX_TOKEN || nToken<3 ) goto pass_through;
205848 pass_through: