Searched refs:pass_through (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_sharding_metadata.cc | 96 std::vector<PassThrough> pass_through; in LocatePassThroughDomainLinks() local 103 pass_through.emplace_back(user, instruction); in LocatePassThroughDomainLinks() 110 pass_through.emplace_back(nullptr, instruction); in LocatePassThroughDomainLinks() 116 return pass_through; in LocatePassThroughDomainLinks() 121 for (auto& pass_through : LocatePassThroughDomainLinks(domain)) { in FixupPassThroughDomainLinks() local 122 HloInstruction* tuple = pass_through.operand->parent()->AddInstruction( in FixupPassThroughDomainLinks() 123 HloInstruction::CreateTuple({pass_through.operand})); in FixupPassThroughDomainLinks() 124 HloInstruction* gte = pass_through.operand->parent()->AddInstruction( in FixupPassThroughDomainLinks() 125 HloInstruction::CreateGetTupleElement(pass_through.operand->shape(), in FixupPassThroughDomainLinks() 128 if (pass_through.user != nullptr) { in FixupPassThroughDomainLinks() [all …]
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
D | i830_texblend.c | 44 pass_through(GLuint * state, GLuint blendUnit) in pass_through() function 213 return pass_through(state, blendUnit); in i830SetTexEnvCombine() 242 return pass_through(state, blendUnit); in i830SetTexEnvCombine() 259 return pass_through(state, blendUnit); in i830SetTexEnvCombine() 300 return pass_through(state, blendUnit); in i830SetTexEnvCombine() 329 return pass_through(state, blendUnit); in i830SetTexEnvCombine() 340 return pass_through(state, blendUnit); in i830SetTexEnvCombine() 424 tmp_sz = pass_through(tmp, unit); in emit_passthrough()
|
/external/tensorflow/tensorflow/contrib/factorization/python/ops/ |
D | factorization_ops.py | 476 def _cached_copy(self, var, name, pass_through=False): argument 501 elif pass_through: 547 pass_through=not self._use_factors_weights_cache) 552 pass_through=not self._use_factors_weights_cache) 556 pass_through=not self._use_factors_weights_cache) 560 pass_through=not self._use_factors_weights_cache) 565 pass_through=not self._use_gramian_cache) 570 pass_through=not self._use_gramian_cache)
|
/external/tensorflow/tensorflow/contrib/seq2seq/python/ops/ |
D | decoder.py | 425 pass_through = True 428 pass_through = (new.shape.ndims == 0) 429 return new if pass_through else array_ops.where(finished, cur, new)
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 205780 if( nToken>FTS5_PORTER_MAX_TOKEN || nToken<3 ) goto pass_through; 205829 pass_through:
|
/external/sqlite/dist/ |
D | sqlite3.c | 205808 if( nToken>FTS5_PORTER_MAX_TOKEN || nToken<3 ) goto pass_through; 205857 pass_through:
|