Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/kernels/shim/
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
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
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
/external/tensorflow/tensorflow/core/runtime_fallback/kernel/
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
Dtfrt_op_kernel.h108 Status TFRTOpKernelConstruction::GetAttr(StringPiece attr_name, in GetAttr() function
/external/tensorflow/tensorflow/compiler/xla/stream_executor/cuda/
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
/external/tensorflow/tensorflow/core/framework/
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
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
Dop_kernel.h1545 Status OpKernelConstruction::GetAttr(StringPiece attr_name, T* value) const { in GetAttr() function
Dshape_inference_test.cc1353 TEST_F(ShapeInferenceTest, GetAttr) { in TEST_F() argument
/external/tensorflow/tensorflow/core/grappler/utils/
Dgraph_view_internal.h227 const AttrValue* GetAttr(absl::string_view attr_name) const { in GetAttr() function
Dgraph_view_test.cc727 TYPED_TEST(TypedNodeViewTest, GetAttr) { in TYPED_TEST() argument
/external/cronet/third_party/protobuf/python/google/protobuf/pyext/
Dmessage.cc427 static PyObject* GetAttr(CMessageClass* self, PyObject* name) { in GetAttr() function
2525 PyObject* GetAttr(PyObject* pself, PyObject* name) { in GetAttr() function
/external/crosvm/common/p9/src/protocol/
Dmessages.rs107 GetAttr(Tgetattr), enumerator
539 GetAttr(Rgetattr), enumerator
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc428 static PyObject* GetAttr(CMessageClass* self, PyObject* name) { in GetAttr() function
2526 PyObject* GetAttr(PyObject* pself, PyObject* name) { in GetAttr() function
/external/tensorflow/tensorflow/c/
Dc_api_function_test.cc381 void GetAttr(const char* attr_name, AttrValue* out_attr) { in GetAttr() function in tensorflow::__anond63916200111::CApiFunctionTest