Home
last modified time | relevance | path

Searched refs:TF_ANNOTATE_MEMORY_IS_INITIALIZED (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/tests/
Dcustom_call_test.cc39 TF_ANNOTATE_MEMORY_IS_INITIALIZED(in, sizeof(float*)); in R0F32Add2()
44 TF_ANNOTATE_MEMORY_IS_INITIALIZED(in, sizeof(float) * 4); in R2F32ReduceSum()
50 TF_ANNOTATE_MEMORY_IS_INITIALIZED(in, sizeof(float) * 4); in Add1ToValues()
59 TF_ANNOTATE_MEMORY_IS_INITIALIZED(in[0], sizeof(float)); in F32TupleSwap()
60 TF_ANNOTATE_MEMORY_IS_INITIALIZED(in[1], sizeof(float)); in F32TupleSwap()
Dlocal_client_aot_test.cc37 TF_ANNOTATE_MEMORY_IS_INITIALIZED(parameters, sizeof(OpaqueData*)); in SumStructElements()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Druntime_key_value_sort.cc40 TF_ANNOTATE_MEMORY_IS_INITIALIZED(values, values_count * sizeof(char*)); in __xla_cpu_runtime_KeyValueSort()
41 TF_ANNOTATE_MEMORY_IS_INITIALIZED(values_primitive_type_size_in_bytes, in __xla_cpu_runtime_KeyValueSort()
Dcpu_executable.cc126 TF_ANNOTATE_MEMORY_IS_INITIALIZED(owning_buffers[i].opaque(), buffer_size); in CreateBufferTable()
/external/tensorflow/tensorflow/core/platform/default/
Ddynamic_annotations.h24 #define TF_ANNOTATE_MEMORY_IS_INITIALIZED(ptr, bytes) \ macro
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dindex_ops_kernel_argmax_float_2d.cc29 TF_ANNOTATE_MEMORY_IS_INITIALIZED(data, 4 * sizeof(void*)); in argmax_float_2d_xla_impl()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dcpu_function_runtime.cc84 TF_ANNOTATE_MEMORY_IS_INITIALIZED(contiguous, total); in MallocContiguousBuffers()
/external/tensorflow/tensorflow/core/kernels/
Dquantized_matmul_op.cc63 TF_ANNOTATE_MEMORY_IS_INITIALIZED(c_data_as_int32, m * n * sizeof(int32)); in GemmlowpMultiply()
Dquantized_conv_ops.cc436 TF_ANNOTATE_MEMORY_IS_INITIALIZED(output_data_as_int32, in operator ()()
/external/tensorflow/tensorflow/core/lib/jpeg/
Djpeg_mem.cc349 TF_ANNOTATE_MEMORY_IS_INITIALIZED(output_line, min_stride); in UncompressLow()