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

  /external/tensorflow/tensorflow/core/framework/
tensor_util.h 209 const T* val_ptr = &value; local
210 AddValues(val_ptr, val_ptr + 1, proto);
  /external/libchrome/base/
values.cc 298 auto val_ptr = std::make_unique<Value>(std::move(value)); local
299 auto result = dict_.try_emplace(key, std::move(val_ptr));
301 // val_ptr is guaranteed to be still intact at this point.
302 result.first->second = std::move(val_ptr);
    [all...]

Completed in 180 milliseconds