Home
last modified time | relevance | path

Searched refs:indexes_ (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/image/
Dresize_bicubic_op.cc163 CachedInterpolationCalculator() : indexes_{-1, -1, -1, -1} {} in CachedInterpolationCalculator()
178 if (indexes_[cached_values_hand] == new_x_indices[new_indices_hand]) { in Advance()
180 indexes_[new_indices_hand] = indexes_[cached_values_hand]; in Advance()
190 indexes_[0] = x_0; in Advance()
193 indexes_[1] = x_1; in Advance()
196 indexes_[2] = x_2; in Advance()
199 indexes_[3] = x_3; in Advance()
206 int64 indexes_[4]; member in tensorflow::__anonc744855d0111::CachedInterpolationCalculator
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upbc/
Dprotoc-gen-upb.cc604 if (indexes_.find(submsg->message_type()) != indexes_.end()) { in SubmsgArray()
608 indexes_[submsg->message_type()] = i++; in SubmsgArray()
619 auto it = indexes_.find(field->message_type()); in GetIndex()
620 assert(it != indexes_.end()); in GetIndex()
627 absl::flat_hash_map<const protobuf::Descriptor*, int> indexes_; member