HomeSort by relevance Sort by last modified time
    Searched defs:FillValue (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/lib/gtl/
flatmap.h 135 FillValue();
164 void FillValue() { new (space_) value_type(b_->key(i_), b_->val(i_)); }
173 FillValue();
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
MCStreamer.cpp 182 /// Emit NumBytes bytes worth of the value specified by FillValue.
184 void MCStreamer::emitFill(uint64_t NumBytes, uint8_t FillValue) {
185 emitFill(*MCConstantExpr::create(NumBytes, getContext()), FillValue);
    [all...]

Completed in 135 milliseconds