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.cc95 MakeConstant(&lhs[k], 0); in time_for_gemms()
97 MakeConstant(&rhs[k], 0); in time_for_gemms()
99 MakeConstant(&result[k], 0); in time_for_gemms()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dcpu_function_runtime_test.cc163 CheckRoundTripIsOk(BufferInfo::MakeConstant(0)); in TEST()
164 CheckRoundTripIsOk(BufferInfo::MakeConstant(4)); in TEST()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dbuffer_info_util.cc31 buffer_infos.push_back(BufferInfo::MakeConstant(allocation.size())); in CreateBufferInfosFromBufferAssignment()
/external/tensorflow/tensorflow/compiler/xla/
Dcpu_function_runtime.h92 static BufferInfo MakeConstant(tensorflow::uint64 size) { in MakeConstant() function