Home
last modified time | relevance | path

Searched refs:GetAdd (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Ddynamic_dimension_inference_test.cc53 HloComputation* GetAdd() { in GetAdd() function in xla::__anonb037e3470111::DynamicDimensionInferenceTest
195 reduce_shape, negate, init, {0, 2}, GetAdd())); in TEST_F()
227 HloInstruction::CreateReduce(reduce_shape, negate, init, {1}, GetAdd())); in TEST_F()
587 output_shape, a_param, init, window, GetAdd())); in TEST_F()
638 input_shape, a_param, GetGe(), window, source, init, GetAdd())); in TEST_F()
/external/tensorflow/tensorflow/core/kernels/
Dcollective_nccl_reducer_test.cc52 std::unique_ptr<OpKernel> GetAdd(DeviceBase* device) { in GetAdd() function
246 col_params_.merge_op = GetAdd(device_); in DoReduce()
/external/tensorflow/tensorflow/core/common_runtime/
Dring_reducer_test.cc110 std::unique_ptr<OpKernel> GetAdd(DataType dtype, const DeviceType& device_type, in GetAdd() function
467 GetAdd(col_params_.instance.data_type, device_type_, device_); in DoReduce()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
DScalarEvolutionTest.cpp556 auto GetAdd = [&SE](std::initializer_list<const SCEV *> Ops) { in TEST_F() local
584 Exprs.push_back(GetAdd({Exprs[6], Exprs[3], V2})); // 7 in TEST_F()