Searched refs:VariableDef (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/python/ops/ |
D | resource_variable_ops.py | 636 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,
|
D | variables.py | 1621 assert isinstance(variable_def, variable_pb2.VariableDef) 2238 var_def = variable_pb2.VariableDef()
|
/external/tensorflow/tensorflow/core/framework/ |
D | variable.proto | 11 message VariableDef { message
|
/external/llvm/utils/FileCheck/ |
D | FileCheck.cpp | 466 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/ |
D | FileCheck.cpp | 500 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/ |
D | grappler_item_builder.cc | 347 VariableDef var; in GrapplerItemFromMetaGraphDef()
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | meta_graph.proto | 152 // proto_type=variable_pb2.VariableDef,
|
/external/tensorflow/tensorflow/python/tpu/ |
D | tpu_estimator.py | 118 proto_type=variable_pb2.VariableDef,
|
/external/tensorflow/ |
D | RELEASE.md | 584 …zed_value` and `initial_value` behaviors for `ResourceVariables` created from `VariableDef` protos.
|