Home
last modified time | relevance | path

Searched defs:ResourceVariable (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/experimental/resource/
Dresource_variable.cc28 ResourceVariable::ResourceVariable() { in ResourceVariable() function in tflite::resource::ResourceVariable
32 ResourceVariable::ResourceVariable(ResourceVariable&& other) { in ResourceVariable() function in tflite::resource::ResourceVariable
/external/tensorflow/tensorflow/python/ops/
Dresource_variable_ops.py1514 class ResourceVariable(BaseResourceVariable): class