Home
last modified time | relevance | path

Searched defs:GetAttr (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/shim/
H A Dop_kernel.h76 absl::StatusOr<AttrValue> GetAttr(const std::string& attr_name) const { in GetAttr() function
133 absl::StatusOr<AttrValue> GetAttr(const std::string& attr_name) const { in GetAttr() function
219 absl::Status GetAttr(const std::string& attr_name, in GetAttr() function
237 absl::Status InitContext<SubType>::GetAttr(const std::string& attr_name, in GetAttr() function
245 absl::Status ShapeInferenceContext<SubType>::GetAttr( in GetAttr() function
H A Dtflite_op_shim.cc33 absl::StatusOr<AttrValue> GetAttr(const flexbuffers::Map* attr_map, in GetAttr() function
72 absl::StatusOr<AttrValue> TfLiteInitContext::GetAttr( in GetAttr() function in tflite::shim::TfLiteInitContext
168 absl::StatusOr<AttrValue> TfLiteShapeInferenceContext::GetAttr( in GetAttr() function in tflite::shim::TfLiteShapeInferenceContext
H A Dtf_op_shim.cc67 absl::StatusOr<AttrValue> TfInitContext::GetAttr( in GetAttr() function in tflite::shim::TfInitContext
152 absl::StatusOr<AttrValue> TfShapeInferenceContext::GetAttr( in GetAttr() function in tflite::shim::TfShapeInferenceContext
/aosp_15_r20/external/tensorflow/tensorflow/core/runtime_fallback/kernel/
H A Dtfrt_op_kernel.cc43 Status TFRTOpKernelConstruction::GetAttr(StringPiece attr_name, in GetAttr() function in tensorflow::TFRTOpKernelConstruction
56 Status TFRTOpKernelConstruction::GetAttr(StringPiece attr_name, in GetAttr() function in tensorflow::TFRTOpKernelConstruction
69 Status TFRTOpKernelConstruction::GetAttr(StringPiece attr_name, in GetAttr() function in tensorflow::TFRTOpKernelConstruction
77 Status TFRTOpKernelConstruction::GetAttr(StringPiece attr_name, in GetAttr() function in tensorflow::TFRTOpKernelConstruction
H A Dtfrt_op_kernel.h108 Status TFRTOpKernelConstruction::GetAttr(StringPiece attr_name, in GetAttr() function
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dshape_inference.h402 Status GetAttr(StringPiece attr_name, const AttrValue** attr_value) const { in GetAttr() function
405 const AttrValue* GetAttr(StringPiece attr_name) const { in GetAttr() function
895 Status InferenceContext::GetAttr(StringPiece attr_name, T* value) const { in GetAttr() function
H A Dfunction.cc1643 Status FunctionLibraryDefinition::GetAttr(const NodeDef& ndef, in GetAttr() function in tensorflow::FunctionLibraryDefinition
1653 Status FunctionLibraryDefinition::GetAttr(const Node& node, const string& attr, in GetAttr() function in tensorflow::FunctionLibraryDefinition
H A Dop_kernel.h1545 Status OpKernelConstruction::GetAttr(StringPiece attr_name, T* value) const { in GetAttr() function
H A Dshape_inference_test.cc1353 TEST_F(ShapeInferenceTest, GetAttr) { in TEST_F() argument
/aosp_15_r20/external/aws-sdk-java-v2/services/kms/target/generated-sources/sdk/software/amazon/awssdk/services/kms/endpoints/internal/
H A DGetAttr.java23 public class GetAttr extends Fn { class
26 public GetAttr(FnNode node) { in GetAttr() method in GetAttr
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
H A Dcuda_blas_lt.cc61 port::StatusOr<T> GetAttr(cublasLtMatrixLayout_t handle, in GetAttr() function
73 port::StatusOr<T> GetAttr(cublasLtMatmulDesc_t handle, in GetAttr() function
/aosp_15_r20/frameworks/libs/binary_translation/guest_os_primitives/include/berberis/guest_os_primitives/
Dguest_thread.h81 void GetAttr(GuestAddr* stack_base, size_t* stack_size, size_t* guard_size) const { in GetAttr() function
/aosp_15_r20/cts/tools/utils/cts/
H A Dtools.py239 def GetAttr(self, tag, attr_name): member in XmlFile
/aosp_15_r20/system/core/libappfuse/tests/
H A DFuseAppLoopTest.cc199 TEST_F(FuseAppLoopTest, GetAttr) { in TEST_F() argument
/aosp_15_r20/frameworks/base/tools/bit/
H A Daapt.cpp85 Element::GetAttr(const string& ns, const string& name) const in GetAttr() function in Element
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/pyext/
H A Dmessage.cc428 static PyObject* GetAttr(CMessageClass* self, PyObject* name) { in GetAttr() function
2526 PyObject* GetAttr(PyObject* pself, PyObject* name) { in GetAttr() function
/aosp_15_r20/external/rust/android-crates-io/crates/p9/src/protocol/
Dmessages.rs107 GetAttr(Tgetattr), enumerator
539 GetAttr(Rgetattr), enumerator
/aosp_15_r20/external/protobuf/python/google/protobuf/pyext/
H A Dmessage.cc428 static PyObject* GetAttr(CMessageClass* self, PyObject* name) { in GetAttr() function
2526 PyObject* GetAttr(PyObject* pself, PyObject* name) { in GetAttr() function
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/utils/
H A Dgraph_view_internal.h227 const AttrValue* GetAttr(absl::string_view attr_name) const { in GetAttr() function
H A Dgraph_view_test.cc727 TYPED_TEST(TypedNodeViewTest, GetAttr) { in TYPED_TEST() argument
/aosp_15_r20/external/tensorflow/tensorflow/c/
H A Dc_api_function_test.cc381 void GetAttr(const char* attr_name, AttrValue* out_attr) { in GetAttr() function in tensorflow::__anon10e0d3b10111::CApiFunctionTest