Home
last modified time | relevance | path

Searched refs:VariableDef (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Dresource_variable_ops.py745 var_def = variable_pb2.VariableDef()
1836 assert isinstance(variable_def, variable_pb2.VariableDef)
2182 proto_type=variable_pb2.VariableDef,
2187 proto_type=variable_pb2.VariableDef,
2192 proto_type=variable_pb2.VariableDef,
2197 proto_type=variable_pb2.VariableDef,
2202 proto_type=variable_pb2.VariableDef,
2207 proto_type=variable_pb2.VariableDef,
2212 proto_type=variable_pb2.VariableDef,
Dvariables.py1876 assert isinstance(variable_def, variable_pb2.VariableDef)
2658 var_def = variable_pb2.VariableDef()
/external/llvm-project/llvm/lib/FileCheck/
DFileCheck.cpp1252 for (const auto &VariableDef : VariableDefs) { in match() local
1253 assert(VariableDef.second < MatchInfo.size() && "Internal paren error"); in match()
1254 Context->GlobalVariableTable[VariableDef.first] = in match()
1255 MatchInfo[VariableDef.second]; in match()
1361 for (const auto &VariableDef : VariableDefs) { in printVariableDefs() local
1363 VC.Name = VariableDef.first; in printVariableDefs()
1370 for (const auto &VariableDef : NumericVariableDefs) { in printVariableDefs() local
1372 VC.Name = VariableDef.getKey(); in printVariableDefs()
1373 StringRef StrValue = VariableDef.getValue() in printVariableDefs()
/external/tensorflow/tensorflow/core/framework/
Dvariable.proto46 message VariableDef { message
/external/llvm/utils/FileCheck/
DFileCheck.cpp466 for (const auto &VariableDef : VariableDefs) { in Match() local
467 assert(VariableDef.second < MatchInfo.size() && "Internal paren error"); in Match()
468 VariableTable[VariableDef.first] = MatchInfo[VariableDef.second]; in Match()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileCheck.cpp663 for (const auto &VariableDef : VariableDefs) { in match() local
664 assert(VariableDef.second < MatchInfo.size() && "Internal paren error"); in match()
665 Context->GlobalVariableTable[VariableDef.first] = in match()
666 MatchInfo[VariableDef.second]; in match()
/external/tensorflow/tensorflow/core/grappler/
Dgrappler_item_builder.cc447 VariableDef var; in GrapplerItemFromMetaGraphDef()
/external/tensorflow/tensorflow/core/protobuf/
Dmeta_graph.proto157 // proto_type=variable_pb2.VariableDef,
/external/tensorflow/tensorflow/python/framework/
Dconvert_to_constants.py953 variable = variable_pb2.VariableDef()
/external/tensorflow/tensorflow/python/saved_model/
Dload_v1_in_v2_test.py448 return variable_pb2.VariableDef(
/external/tensorflow/
DRELEASE.md3257 …zed_value` and `initial_value` behaviors for `ResourceVariables` created from `VariableDef` protos.