Home
last modified time | relevance | path

Searched refs:kMinIndex (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/heap/cppgc/
Dgc-info-table.h44 static constexpr GCInfoIndex kMinIndex = 1; variable
58 DCHECK_GE(index, kMinIndex); in GCInfoFromIndex()
82 GCInfoIndex current_index_ = kMinIndex;
Dgc-info-table.cc35 constexpr GCInfoIndex GCInfoTable::kMinIndex; member in cppgc::internal::GCInfoTable
/external/tensorflow/tensorflow/core/kernels/
Dmkl_dequantize_op.cc59 MklGetInput(ctx, kMinIndex).template flat<float>()(0); in Compute()
163 const size_t kMinIndex = 1; member in tensorflow::MklDequantizeOp