Home
last modified time | relevance | path

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

/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/lite/kernels/
Dkernel_util_test.cc43 void SetShape(TfLiteTensor* tensor, std::initializer_list<int> dims) { in SetShape() function in tflite::__anon5b8f934f0111::KernelUtilTest
/external/tensorflow/tensorflow/core/common_runtime/
Dshape_refiner.cc279 Status ShapeRefiner::SetShape(const Node* node, int output_port, in SetShape() function in tensorflow::ShapeRefiner
Dshape_refiner_test.cc184 TEST_F(ShapeRefinerTest, SetShape) { in TEST_F() argument
/external/tensorflow/tensorflow/c/
Dc_api_test.cc359 TEST(CAPI, SetShape) { in TEST() argument