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.cc26 ResourceVariable::ResourceVariable() { in ResourceVariable() function in tflite::resource::ResourceVariable
30 ResourceVariable::ResourceVariable(ResourceVariable&& other) { in ResourceVariable() function in tflite::resource::ResourceVariable
/external/tensorflow/tensorflow/python/ops/
Dresource_variable_ops.py1436 class ResourceVariable(BaseResourceVariable): class