Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dshape_inference.h783 Status InferenceContext::GetAttr(StringPiece attr_name, T* value) const { in GetAttr() function
Dfunction.cc1153 Status FunctionLibraryDefinition::GetAttr(const NodeDef& ndef, in GetAttr() function in tensorflow::FunctionLibraryDefinition
1163 Status FunctionLibraryDefinition::GetAttr(const Node& node, const string& attr, in GetAttr() function in tensorflow::FunctionLibraryDefinition
Dop_kernel.h1299 Status OpKernelConstruction::GetAttr(StringPiece attr_name, T* value) const { in GetAttr() function
Dshape_inference_test.cc1275 TEST_F(ShapeInferenceTest, GetAttr) { in TEST_F() argument
/external/tensorflow/tensorflow/c/
Dc_api_function_test.cc378 void GetAttr(const char* attr_name, AttrValue* out_attr) { in GetAttr() function in tensorflow::__anon98eeed3b0111::CApiFunctionTest
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc2643 PyObject* GetAttr(CMessage* self, PyObject* name) { in CheckAndGetInteger() function