Home
last modified time | relevance | path

Searched refs:value_index_ (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dlookup_util.cc84 value_index_ = value_index; in Init()
93 ignore_split_ = std::max(key_index_, value_index_) < 0; in Init()
133 if (std::max(key_index_, value_index_) >= tokens.size()) { in Next()
136 " (", line, ") : expected ", std::max(key_index_, value_index_), in Next()
147 status_ = SetValue(line, tokens, value_index_, &value_); in Next()
182 int64 value_index_; member in tensorflow::lookup::__anon564a17c40111::TextFileLineIterator
Dlookup_table_init_op.cc106 OP_REQUIRES_OK(ctx, ctx->GetAttr("value_index", &value_index_)); in InitializeTableFromTextFileOp()
143 value_index_, ctx->env(), table)); in Compute()
155 int64 value_index_; member in tensorflow::InitializeTableFromTextFileOp
/external/v8/src/
Ddeoptimizer.cc3323 return &(frames_[pos.frame_index_].values_[pos.value_index_]); in GetValueByObjectIndex()
3349 int value_index = pos.value_index_; in InitializeCapturedObjectAt()
3504 int value_index = pos.value_index_; in EnsureCapturedObjectAllocatedAt()
3871 &(frames_[pos.frame_index_].values_[pos.value_index_]); in StoreMaterializedValuesAndDeopt()
3919 &(frames_[pos.frame_index_].values_[pos.value_index_]); in UpdateFromPreviouslyMaterializedObjects()
Ddeoptimizer.h381 int value_index_; member