Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dweights.cc49 Status TRT_ShapedWeights::SetShape(DimsAdapter dims) { in SetShape() function in tensorflow::tensorrt::convert::TRT_ShapedWeights
/external/tensorflow/tensorflow/core/distributed_runtime/eager/
Dremote_tensor_handle_data.cc177 Status RemoteTensorHandleData::SetShape(const TensorShape& shape) { in SetShape() function in tensorflow::RemoteTensorHandleData
/external/armnn/include/armnn/
DTensor.hpp193 void SetShape(const TensorShape& newShape) { m_Shape = newShape; } in SetShape() function in armnn::TensorInfo
/external/tensorflow/tensorflow/lite/kernels/
Dscatter_nd_test.cc55 void SetShape(std::initializer_list<T> data) { in SetShape() function in tflite::__anon1c86c5740111::ScatterNdOpModel
Dbroadcast_to_test.cc61 void SetShape(std::initializer_list<ShapeType> data) { in SetShape() function in tflite::__anonbf80f4020111::BroadcastToOpModel
Dkernel_util_test.cc74 void SetShape(TfLiteTensor* tensor, std::initializer_list<int> dims) { in SetShape() function in tflite::__anonf7c1370b0111::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/c/
Dtf_tensor.cc238 void TensorInterface::SetShape(const int64_t* dims, int num_dims) { in SetShape() function in tensorflow::TensorInterface
Dc_api_test.cc365 TEST(CAPI, SetShape) { in TEST() argument
/external/tensorflow/tensorflow/core/common_runtime/
Dshape_refiner.cc273 Status ShapeRefiner::SetShape(const Node* node, int output_port, in SetShape() function in tensorflow::ShapeRefiner
Dshape_refiner_test.cc171 TEST_F(ShapeRefinerTest, SetShape) { in TEST_F() argument