Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dresource_variable_ops.py636 assert isinstance(variable_def, variable_pb2.VariableDef)
921 var_def = variable_pb2.VariableDef()
1536 proto_type=variable_pb2.VariableDef,
1541 proto_type=variable_pb2.VariableDef,
1546 proto_type=variable_pb2.VariableDef,
1551 proto_type=variable_pb2.VariableDef,
1556 proto_type=variable_pb2.VariableDef,
1561 proto_type=variable_pb2.VariableDef,
Dvariables.py1621 assert isinstance(variable_def, variable_pb2.VariableDef)
2238 var_def = variable_pb2.VariableDef()
/external/tensorflow/tensorflow/core/framework/
Dvariable.proto11 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-7.0/llvm/utils/FileCheck/
DFileCheck.cpp500 for (const auto &VariableDef : VariableDefs) { in Match() local
501 assert(VariableDef.second < MatchInfo.size() && "Internal paren error"); in Match()
502 VariableTable[VariableDef.first] = MatchInfo[VariableDef.second]; in Match()
/external/tensorflow/tensorflow/core/grappler/
Dgrappler_item_builder.cc347 VariableDef var; in GrapplerItemFromMetaGraphDef()
/external/tensorflow/tensorflow/core/protobuf/
Dmeta_graph.proto152 // proto_type=variable_pb2.VariableDef,
/external/tensorflow/tensorflow/python/tpu/
Dtpu_estimator.py118 proto_type=variable_pb2.VariableDef,
/external/tensorflow/
DRELEASE.md584 …zed_value` and `initial_value` behaviors for `ResourceVariables` created from `VariableDef` protos.