Home
last modified time | relevance | path

Searched refs:MakeConstant (Results 1 – 5 of 5) sorted by relevance

/external/gemmlowp/test/
Dtest.h133 void MakeConstant(MatrixType* m, typename MatrixType::Scalar val) { in MakeConstant() function
145 MakeConstant(m, 0); in MakeZero()
Dbenchmark.cc86 MakeConstant(&lhs[k], 0); in time_for_gemms()
88 MakeConstant(&rhs[k], 0); in time_for_gemms()
90 MakeConstant(&result[k], 0); in time_for_gemms()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dcpu_function_runtime_test.cc162 CheckRoundTripIsOk(BufferInfo::MakeConstant(0)); in TEST()
163 CheckRoundTripIsOk(BufferInfo::MakeConstant(4)); in TEST()
Dcpu_function_runtime.h91 static BufferInfo MakeConstant(uint64 size) { in MakeConstant() function
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dbuffer_info_util.cc30 buffer_infos.push_back(BufferInfo::MakeConstant(allocation.size())); in CreateBufferInfosFromBufferAssignment()