Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/NeuralNetworks/common/types/src/
DOperationsUtils.cpp41 bool SetShape(const Shape& in, Shape* out) { in SetShape() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
H A Dweights.cc49 Status TRT_ShapedWeights::SetShape(DimsAdapter dims) { in SetShape() function in tensorflow::tensorrt::convert::TRT_ShapedWeights
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/eager/
H A Dremote_tensor_handle_data.cc177 Status RemoteTensorHandleData::SetShape(const TensorShape& shape) { in SetShape() function in tensorflow::RemoteTensorHandleData
/aosp_15_r20/external/armnn/include/armnn/
H A DTensor.hpp193 void SetShape(const TensorShape& newShape) { m_Shape = newShape; } in SetShape() function in armnn::TensorInfo
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dscatter_nd_test.cc55 void SetShape(std::initializer_list<T> data) { in SetShape() function in tflite::__anon60c175e50111::ScatterNdOpModel
H A Dbroadcast_to_test.cc61 void SetShape(std::initializer_list<ShapeType> data) { in SetShape() function in tflite::__anonfd2984b30111::BroadcastToOpModel
H A Dkernel_util_test.cc74 void SetShape(TfLiteTensor* tensor, std::initializer_list<int> dims) { in SetShape() function in tflite::__anonc351f59c0111::KernelUtilTest
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/flex/
H A Dtest_util.cc51 void FlexModelTest::SetShape(int tensor_index, const std::vector<int>& values) { in SetShape() function in tflite::flex::testing::FlexModelTest
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/onnx/
H A Dconstant_map.cpp54 void ConstantValueMap::SetShape( in SetShape() function in torch::jit::ConstantValueMap
/aosp_15_r20/external/tensorflow/tensorflow/c/
H A Dtf_tensor.cc238 void TensorInterface::SetShape(const int64_t* dims, int num_dims) { in SetShape() function in tensorflow::TensorInterface
H A Dc_api_test.cc365 TEST(CAPI, SetShape) { in TEST() argument
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dshape_refiner.cc273 Status ShapeRefiner::SetShape(const Node* node, int output_port, in SetShape() function in tensorflow::ShapeRefiner
H A Dshape_refiner_test.cc171 TEST_F(ShapeRefinerTest, SetShape) { in TEST_F() argument