Searched refs:graph_version (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/ |
D | grpc_session.cc | 96 void GrpcSession::SetHandleAndGraphVersion(string handle, int64 graph_version) { in SetHandleAndGraphVersion() argument 99 current_graph_version_ = graph_version; in SetHandleAndGraphVersion() 127 SetHandleAndGraphVersion(resp.session_handle(), resp.graph_version()); in CreateImpl()
|
D | grpc_session.h | 110 void SetHandleAndGraphVersion(string handle, int64 graph_version)
|
/external/tensorflow/tensorflow/python/debug/lib/ |
D | source_remote.py | 151 graph_version=graph.version if graph else None)
|
D | grpc_debug_test_server.py | 285 self._graph_versions.append(request.graph_version)
|
/external/tensorflow/tensorflow/core/debug/ |
D | debug_service.proto | 80 int64 graph_version = 6; field
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | function_optimizer.cc | 284 const int graph_version() const { return item_->graph.versions().producer(); } in graph_version() function in tensorflow::grappler::__anon35816ea30111::FunctionOptimizerContext 810 func, func_instantiation_attr, flib, ctx->graph_version(), &item)); in SpecializeFunction() 1023 ctx.graph_version(), &item); in InlineDirectFunctionCall() 1330 ctx.function_library(), ctx.graph_version(), &func_item)); in MaybeDeadOutputs() 1573 ctx->graph_version(), &item); in InlineIndirectFunctionCall()
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | master_test.cc | 74 *initial_version = resp.graph_version(); in CreateSession()
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | master.proto | 59 int64 graph_version = 2; field
|