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

  /external/tensorflow/tensorflow/core/kernels/
conv_ops_fused.cc 542 const int patch_index = (batch * output_width * output_height) + local
544 const int patch_index_within_chunk = patch_index % patches_per_chunk;
588 patch_index - (how_many_patches - 1);
    [all...]
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp 2199 ssize_t patch_index = mAudioPatches.indexOfKey(inputDesc->getPatchHandle()); local
    [all...]

Completed in 88 milliseconds