Home
last modified time | relevance | path

Searched refs:InitTensor (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/lite/experimental/resource/
Dresource_variable_test.cc26 void InitTensor(const std::vector<int>& shape, TfLiteAllocationType alloc_type, in InitTensor() function
47 InitTensor(shape, kTfLiteArenaRw, 1.0f, &tensor); in TEST()
73 InitTensor(shape, kTfLiteDynamic, 1.0f, &tensor); in TEST()
100 InitTensor(shape_a, kTfLiteDynamic, 1.0, &tensor_a); in TEST()
101 InitTensor(shape_b, kTfLiteDynamic, 4.0, &tensor_b); in TEST()
141 InitTensor(shape_a, kTfLiteDynamic, 1.0, &tensor_a); in TEST()
142 InitTensor(shape_b, kTfLiteDynamic, 4.0, &tensor_b); in TEST()
/external/tensorflow/tensorflow/core/common_runtime/
Dthreadpool_device_test.cc27 void InitTensor(Tensor* tensor, float value) { in InitTensor() function
52 InitTensor(&input, 1); in TEST()
53 InitTensor(&output, 0); in TEST()
Dscoped_allocator_mgr_test.cc30 void InitTensor() { in InitTensor() function in tensorflow::__anon9b7b749e0111::ScopedAllocatorMgrTest
49 InitTensor(); in PrepScopedAllocatorMgr()
110 InitTensor(); in TEST_F()
184 InitTensor(); in TEST_F()
Dpermuter_test.cc256 instance->InitTensor( in RunTest()
350 void InitTensor(DataType dtype, const TensorShape& shape, in InitTensor() function in tensorflow::__anon153c086f0111::PermuterTest::DeviceInstance
Dring_gatherer_test.cc282 instance->InitTensor(dtype, TensorShape({tensor_len}), in RunTest()
429 void InitTensor(DataType dtype, const TensorShape& shape, in InitTensor() function in tensorflow::RingGathererTest::DeviceInstance
Dring_reducer_test.cc304 instance->InitTensor( in RunTest()
455 void InitTensor(DataType dtype, const TensorShape& shape, in InitTensor() function in tensorflow::RingReducerTest::DeviceInstance
Dhierarchical_tree_broadcaster_test.cc429 instance->InitTensor( in RunTest()
610 void InitTensor(DataType dtype, const TensorShape& shape, in InitTensor() function in tensorflow::__anonb5878a120111::HierarchicalTreeBroadcasterTest::DeviceInstance
/external/tensorflow/tensorflow/core/kernels/
Dcollective_nccl_test.cc203 instance->InitTensor(DT_FLOAT, TensorShape({input_length}), in RunTest()
267 void InitTensor(DataType dtype, const TensorShape& shape, in InitTensor() function in tensorflow::NcclTestBase::DeviceInstance