Home
last modified time | relevance | path

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

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