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

  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/opt/
types.cpp 37 std::vector<const std::vector<uint32_t>*> a_ptrs, b_ptrs;
42 b_ptrs.push_back(&b[i]);
51 std::sort(b_ptrs.begin(), b_ptrs.end(), cmp);
54 if (*a_ptrs[i] != *b_ptrs[i]) return false;
  /external/tensorflow/tensorflow/core/kernels/
batch_matmul_op_impl.h 313 std::vector<DeviceMemoryType*> b_ptrs; local
319 b_ptrs.reserve(batch_size);
329 b_ptrs.push_back(&b_device_memory.back());
360 adj_x ? m : k, *(b_ptrs[0]), 1,
373 static_cast<Scalar>(1.0), *(b_ptrs[0]),
390 static_cast<Scalar>(1.0), b_ptrs, adj_y ? k : n, a_ptrs,

Completed in 264 milliseconds