Home
last modified time | relevance | path

Searched refs:cpu_function_runtime (Results 1 – 17 of 17) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/
Dcpu_function_runtime_test.cc24 using cpu_function_runtime::BufferInfo;
32 EXPECT_EQ(cpu_function_runtime::kAlign, Allocator::kAllocatorAlignment); in TEST()
94 cpu_function_runtime::FreeContiguous(base); in TEST()
102 cpu_function_runtime::FreeContiguous(base); in TEST()
114 cpu_function_runtime::FreeContiguous(base); in TEST()
126 cpu_function_runtime::FreeContiguous(base); in TEST()
149 cpu_function_runtime::FreeContiguous(base); in TEST()
Dxla_compiled_cpu_function.h69 const cpu_function_runtime::BufferInfo* buffer_infos_ = nullptr;
262 const cpu_function_runtime::BufferInfo* buffer_infos) { in set_static_data_buffer_infos()
326 const cpu_function_runtime::BufferInfo* const buffer_infos_;
Dxla_compiled_cpu_function.cc37 alloc_buffer_table_ = cpu_function_runtime::MallocContiguousBuffers( in XlaCompiledCpuFunction()
58 cpu_function_runtime::FreeContiguous(alloc_buffer_table_); in ~XlaCompiledCpuFunction()
DBUILD106 name = "cpu_function_runtime",
107 srcs = ["cpu_function_runtime.cc"],
108 hdrs = ["cpu_function_runtime.h"],
129 ":cpu_function_runtime",
139 ":cpu_function_runtime",
Dxla_jit_compiled_cpu_function.h70 std::vector<cpu_function_runtime::BufferInfo> buffer_infos_;
Dcpu_function_runtime.cc57 namespace cpu_function_runtime { namespace
Dcpu_function_runtime.h24 namespace cpu_function_runtime {
Dxla_jit_compiled_cpu_function.cc123 std::vector<cpu_function_runtime::BufferInfo> buffer_infos = in Compile()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dbuffer_info_util.h27 std::vector<::tensorflow::cpu_function_runtime::BufferInfo>
37 absl::Span<const ::tensorflow::cpu_function_runtime::BufferInfo>
Dcpu_compiler.h84 std::vector<::tensorflow::cpu_function_runtime::BufferInfo> buffer_infos,
94 const std::vector<::tensorflow::cpu_function_runtime::BufferInfo>&
106 const std::vector<::tensorflow::cpu_function_runtime::BufferInfo>
Dbuffer_info_util.cc21 using BufferInfo = ::tensorflow::cpu_function_runtime::BufferInfo;
DBUILD65 "//tensorflow/compiler/tf2xla:cpu_function_runtime",
96 "//tensorflow/compiler/tf2xla:cpu_function_runtime",
Dcpu_compiler.cc115 using BufferInfo = ::tensorflow::cpu_function_runtime::BufferInfo;
/external/tensorflow/tensorflow/compiler/aot/
Dcodegen_test_h.golden273 static const ::tensorflow::cpu_function_runtime::BufferInfo* BufferInfos() {
274 static const ::tensorflow::cpu_function_runtime::BufferInfo
276 ::tensorflow::cpu_function_runtime::BufferInfo({5ULL, ~0ULL}),
277 ::tensorflow::cpu_function_runtime::BufferInfo({34ULL, 0ULL}),
278 ::tensorflow::cpu_function_runtime::BufferInfo({9ULL, ~0ULL}),
279 ::tensorflow::cpu_function_runtime::BufferInfo({386ULL, 1ULL}),
280 ::tensorflow::cpu_function_runtime::BufferInfo({13ULL, ~0ULL}),
281 ::tensorflow::cpu_function_runtime::BufferInfo({481ULL, ~0ULL})
Dcodegen.cc41 using BufferInfo = cpu_function_runtime::BufferInfo;
401 const size_t arg_bytes_aligned = cpu_function_runtime::AlignedBufferBytes( in GenerateHeader()
405 const size_t temp_bytes_aligned = cpu_function_runtime::AlignedBufferBytes( in GenerateHeader()
Dcodegen_test.cc37 using ::tensorflow::cpu_function_runtime::BufferInfo;
DBUILD36 "//tensorflow/compiler/tf2xla:cpu_function_runtime",