Home
last modified time | relevance | path

Searched refs:TensorShapeProto_Dim (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow_core_proto_cpp_lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/tensorflow/core/framework/
Dtensor_shape.pb.h49 class TensorShapeProto_Dim; variable
55 template<> ::tensorflow::TensorShapeProto_Dim* Arena::CreateMaybeMessage<::tensorflow::TensorShapeP…
61 class TensorShapeProto_Dim final :
64 inline TensorShapeProto_Dim() : TensorShapeProto_Dim(nullptr) {} in TensorShapeProto_Dim() function
65 ~TensorShapeProto_Dim() override;
66 …explicit PROTOBUF_CONSTEXPR TensorShapeProto_Dim(::PROTOBUF_NAMESPACE_ID::internal::ConstantInitia…
68 TensorShapeProto_Dim(const TensorShapeProto_Dim& from);
69 TensorShapeProto_Dim(TensorShapeProto_Dim&& from) noexcept in TensorShapeProto_Dim() function
70 : TensorShapeProto_Dim() { in TensorShapeProto_Dim()
74 inline TensorShapeProto_Dim& operator=(const TensorShapeProto_Dim& from) {
[all …]
Dtensor_shape.pb.cc22 PROTOBUF_CONSTEXPR TensorShapeProto_Dim::TensorShapeProto_Dim( in TensorShapeProto_Dim() function in tensorflow::TensorShapeProto_Dim
32 TensorShapeProto_Dim _instance;
55 class TensorShapeProto_Dim::_Internal {
59 TensorShapeProto_Dim::TensorShapeProto_Dim(::PROTOBUF_NAMESPACE_ID::Arena* arena, in TensorShapeProto_Dim() function in tensorflow::TensorShapeProto_Dim
65 TensorShapeProto_Dim::TensorShapeProto_Dim(const TensorShapeProto_Dim& from) in TensorShapeProto_Dim() function in tensorflow::TensorShapeProto_Dim
67 TensorShapeProto_Dim* const _this = this; (void)_this; in TensorShapeProto_Dim()
86 inline void TensorShapeProto_Dim::SharedCtor( in SharedCtor()
101 TensorShapeProto_Dim::~TensorShapeProto_Dim() { in ~TensorShapeProto_Dim()
110 inline void TensorShapeProto_Dim::SharedDtor() { in SharedDtor()
115 void TensorShapeProto_Dim::SetCachedSize(int size) const { in SetCachedSize()
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/go/
H A Dsignature_test.go37 Dim: []*tspb.TensorShapeProto_Dim{
50 Dim: []*tspb.TensorShapeProto_Dim{
65 Dim: []*tspb.TensorShapeProto_Dim{
78 Dim: []*tspb.TensorShapeProto_Dim{
149 Dim: []*tspb.TensorShapeProto_Dim{
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dtensor_shape.pb_text.cc14 const ::tensorflow::TensorShapeProto_Dim& msg) { in ProtoDebugString()
23 const ::tensorflow::TensorShapeProto_Dim& msg) { in ProtoShortDebugString()
35 const ::tensorflow::TensorShapeProto_Dim& msg) { in AppendProtoDebugString()
44 ::tensorflow::TensorShapeProto_Dim* msg) { in ProtoParseFromString()
56 ::tensorflow::TensorShapeProto_Dim* msg) { in ProtoParseFromScanner()
H A Dtensor_shape.pb_text.h14 const ::tensorflow::TensorShapeProto_Dim& msg);
16 const ::tensorflow::TensorShapeProto_Dim& msg);
19 ::tensorflow::TensorShapeProto_Dim* msg)
H A Dtensor_shape.pb_text-impl.h16 const ::tensorflow::TensorShapeProto_Dim& msg);
19 ::tensorflow::TensorShapeProto_Dim* msg);
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
H A Dgrpc_tensor_coding.cc114 e->WriteUint64(TensorShapeProto_Dim::kSizeFieldNumber, dim_size); in EncodeSkeleton()
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/costs/
H A Dop_level_cost_estimator.cc1195 TensorShapeProto_Dim m_dim; in GenerateBatchMatmulContextFromEinsum()
1196 TensorShapeProto_Dim n_dim; in GenerateBatchMatmulContextFromEinsum()
1197 TensorShapeProto_Dim k_dim; in GenerateBatchMatmulContextFromEinsum()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/segment/
H A Dsegment.cc357 [](string* out, const TensorShapeProto_Dim& d) { in TensorPropertiesToString()
/aosp_15_r20/external/federated-compute/fcp/client/
H A Dfl_runner.cc182 for (const tensorflow::TensorShapeProto_Dim& dim : in CreateComputationResults()
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dgeneric_layout_optimizer_transposer_test.cc543 TensorShapeProto_Dim dim_proto = TensorShapeProto_Dim(); in MakeTensorShapeFromDimensions()
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/
H A Dimport_tensorflow.cc208 const TFLITE_PROTO_NS::RepeatedPtrField<tensorflow::TensorShapeProto_Dim>& in ImportShape()