Searched refs:memory_index (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | runtime_key_value_sort.cc | 97 int64 memory_index = in __xla_cpu_runtime_KeyValueSort() local 102 std::string(values[idx] + memory_index, in __xla_cpu_runtime_KeyValueSort() 106 int64 memory_index = (base_offset + i * sort_dimension_offset) * in __xla_cpu_runtime_KeyValueSort() local 108 memcpy(values[idx] + memory_index, reordered_values[i].c_str(), in __xla_cpu_runtime_KeyValueSort()
|
/external/v8/src/wasm/ |
D | wasm-debug.cc | 206 const uint32_t memory_index = 0; in GetModuleScopeObject() local 208 memory_index) in GetModuleScopeObject() 211 name = PrintFToOneByteString<true>(isolate, label, memory_index); in GetModuleScopeObject()
|
D | module-decoder.cc | 997 uint32_t memory_index; in DecodeDataSection() local 999 consume_data_segment_header(&is_active, &memory_index, &dest_addr); in DecodeDataSection() 1007 if (memory_index != 0) { in DecodeDataSection() 1008 errorf(pos, "illegal memory index %u != 0", memory_index); in DecodeDataSection()
|
D | wasm-js.cc | 2451 for (uint32_t memory_index = 0; memory_index < memory_count; ++memory_index) { in GetMemoryNames() local 2454 isolate, instance, memory_index), in GetMemoryNames() 2455 "$memory", memory_index)); in GetMemoryNames()
|
D | wasm-objects.h | 584 uint32_t memory_index);
|
D | wasm-objects.cc | 1584 uint32_t memory_index) { in GetMemoryNameOrNull() argument 1587 memory_index); in GetMemoryNameOrNull()
|
/external/python/cpython3/Lib/test/ |
D | test_buffer.py | 458 def memory_index(indices, t): function 473 i = memory_index(ind, t)
|