HomeSort by relevance Sort by last modified time
    Searched refs:flat_keys (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/compiler/xrt/kernels/
xrt_compile_ops.cc 231 auto flat_keys = keys_tensor.flat<int64>(); local
232 for (int64 i = 0; i < flat_keys.size(); ++i) {
233 int64 key = flat_keys(i);
xrt_state_ops.h 661 auto flat_keys = allocation_handle.flat<int64>(); variable
662 for (int64 i = 0; i < flat_keys.size(); ++i) {
663 int64 key = flat_keys(i);
  /external/perfetto/src/trace_processor/
args_table.cc 35 .AddStringColumn("flat_key", &args.flat_keys(), &storage_->string_pool())
trace_storage.h 176 const std::deque<StringId>& flat_keys() const { return flat_keys_; } function in class:perfetto::trace_processor::TraceStorage::Args
    [all...]

Completed in 73 milliseconds