Home
last modified time | relevance | path

Searched defs:SetShape (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/
Dscatter_nd_test.cc53 void SetShape(std::initializer_list<T> data) { in SetShape() function in tflite::__anon97cf11fa0111::ScatterNdOpModel
Dkernel_util_test.cc47 void SetShape(TfLiteTensor* tensor, std::initializer_list<int> dims) { in SetShape() function in tflite::__anondc1314510111::KernelUtilTest
/external/tensorflow/tensorflow/lite/delegates/flex/
Dtest_util.cc51 void FlexModelTest::SetShape(int tensor_index, const std::vector<int>& values) { in SetShape() function in tflite::flex::testing::FlexModelTest
/external/tensorflow/tensorflow/core/common_runtime/
Dshape_refiner.cc252 Status ShapeRefiner::SetShape(const Node* node, int output_port, in SetShape() function in tensorflow::ShapeRefiner
Dshape_refiner_test.cc169 TEST_F(ShapeRefinerTest, SetShape) { in TEST_F() argument
/external/tensorflow/tensorflow/c/
Dc_api_test.cc359 TEST(CAPI, SetShape) { in TEST() argument