Home
last modified time | relevance | path

Searched defs:GetShape (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/contrib/lite/kernels/
Dkernel_util_test.cc51 std::vector<int> GetShape(TfLiteIntArray* dims) { in GetShape() function in tflite::__anonc6585c430111::KernelUtilTest
Dtest_util.h136 const std::vector<int>& GetShape(int id) { return tensor_data_.at(id).shape; } in GetShape() function
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dir_array.h183 const Shape& GetShape() const { in GetShape() function
/external/tensorflow/tensorflow/compiler/xla/client/
Dclient.cc362 StatusOr<Shape> Client::GetShape(const GlobalData& data) { in GetShape() function in xla::Client
Dcomputation_builder.cc224 StatusOr<std::unique_ptr<Shape>> ComputationBuilder::GetShape( in GetShape() function in xla::ComputationBuilder
/external/tensorflow/tensorflow/compiler/xla/python/
Dlocal_computation_builder.cc307 std::unique_ptr<Shape> LocalComputationBuilder::GetShape( in GetShape() function in xla::swig::LocalComputationBuilder
Dxla_client.py639 def GetShape(self, operand): member in ComputationBuilder
/external/tensorflow/tensorflow/compiler/xla/service/
Dservice.cc1287 tensorflow::Status Service::GetShape(const GetShapeRequest* arg, in GetShape() function in xla::Service
Duser_computation.cc1467 StatusOr<Shape> UserComputation::GetShape(const ComputationDataHandle& handle) { in GetShape() function in xla::UserComputation
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dlayout_optimizer.cc977 TensorShapeProto GetShape(const string& input_name) const { in GetShape() function in tensorflow::grappler::__anon45c5d3ef0111::Conv2DProcessor