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

  /external/grpc-grpc/src/ruby/spec/generic/
active_call_spec.rb 41 @pass_through = proc { |x| x }
59 @client_call = ActiveCall.new(call, @pass_through,
60 @pass_through, deadline)
102 client_call = ActiveCall.new(call, @pass_through,
103 @pass_through, deadline)
113 server_call = ActiveCall.new(recvd_call, @pass_through,
114 @pass_through, deadline,
128 client_call = ActiveCall.new(call, marshal, @pass_through, deadline)
139 server_call = ActiveCall.new(recvd_call, @pass_through,
140 @pass_through, deadline
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_sharding_metadata.cc 96 std::vector<PassThrough> pass_through; local
103 pass_through.emplace_back(user, instruction);
110 pass_through.emplace_back(nullptr, instruction);
116 return pass_through;
121 for (auto& pass_through : LocatePassThroughDomainLinks(domain)) {
122 HloInstruction* tuple = pass_through.operand->parent()->AddInstruction(
123 HloInstruction::CreateTuple({pass_through.operand}));
124 HloInstruction* gte = pass_through.operand->parent()->AddInstruction(
125 HloInstruction::CreateGetTupleElement(pass_through.operand->shape(),
128 if (pass_through.user != nullptr)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i915/
i830_texblend.c 44 pass_through(GLuint * state, GLuint blendUnit) function
213 return pass_through(state, blendUnit);
242 return pass_through(state, blendUnit);
259 return pass_through(state, blendUnit);
300 return pass_through(state, blendUnit);
329 return pass_through(state, blendUnit);
340 return pass_through(state, blendUnit);
424 tmp_sz = pass_through(tmp, unit);
  /external/tensorflow/tensorflow/contrib/factorization/python/ops/
factorization_ops.py 476 def _cached_copy(self, var, name, pass_through=False):
482 Also note that if pass_through is set to True, this does not create new
488 pass_through: when set to True, this simply pass through the var back
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
    [all...]
  /external/tensorflow/tensorflow/contrib/seq2seq/python/ops/
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)

Completed in 970 milliseconds