Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/
Dscatter_nd_test.cc55 void SetShape(std::initializer_list<T> data) { in SetShape() function in tflite::__anon5656302f0111::ScatterNdOpModel
Dbroadcast_to_test.cc61 void SetShape(std::initializer_list<ShapeType> data) { in SetShape() function in tflite::__anonaad5f97d0111::BroadcastToOpModel
Dkernel_util_test.cc72 void SetShape(TfLiteTensor* tensor, std::initializer_list<int> dims) { in SetShape() function in tflite::__anon6b7df9260111::KernelUtilTest
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Dremote_tensor_handle_data.cc176 Status RemoteTensorHandleData::SetShape(const TensorShape& shape) { in SetShape() function in tensorflow::RemoteTensorHandleData
/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.cc257 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.cc362 TEST(CAPI, SetShape) { in TEST() argument