Home
last modified time | relevance | path

Searched refs:graph_version (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Dshape_inference_utils.h55 Optional<Location> location, Operation* op, int64_t graph_version,
70 Optional<Location> location, Operation* op, int64_t graph_version,
Dshape_inference_utils.cc175 Optional<Location> location, Operation* op, int64_t graph_version, in InferReturnTypeComponentsForTFOp() argument
258 InferenceContext c(graph_version, tensorflow::AttrSlice(&attributes), in InferReturnTypeComponentsForTFOp()
341 Optional<Location> location, Operation* op, int64_t graph_version, in InferReturnTypeComponentsForTFOp() argument
403 location, op, graph_version, operand_as_constant_fn, in InferReturnTypeComponentsForTFOp()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dshape_inference.h39 int64_t graph_version,
Dshape_inference.cc413 ShapeInference(int64_t graph_version, MLIRContext* context,
617 ShapeInference::ShapeInference(int64_t graph_version, MLIRContext* context, in ShapeInference() argument
620 graph_version_(graph_version), in ShapeInference()
1595 int64_t graph_version, in InferShapeForFunction() argument
1597 ShapeInference context(graph_version, func.getContext(), in InferShapeForFunction()
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_session.cc99 void GrpcSession::SetHandleAndGraphVersion(string handle, int64 graph_version) { in SetHandleAndGraphVersion() argument
102 current_graph_version_ = graph_version; in SetHandleAndGraphVersion()
129 SetHandleAndGraphVersion(resp.session_handle(), resp.graph_version()); in CreateImpl()
Dgrpc_session.h114 void SetHandleAndGraphVersion(string handle, int64 graph_version)
/external/tensorflow/tensorflow/python/debug/lib/
Dsource_remote.py145 graph_version=graph.version if graph else None)
Dgrpc_debug_test_server.py285 self._graph_versions.append(request.graph_version)
/external/tensorflow/tensorflow/core/debug/
Ddebug_service.proto80 int64 graph_version = 6; field
/external/tensorflow/tensorflow/core/distributed_runtime/
Dmaster_test.cc75 *initial_version = resp.graph_version(); in CreateSession()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dfunction_optimizer.cc267 const int graph_version() const { return item_->graph.versions().producer(); } in graph_version() function in tensorflow::grappler::__anondd39c0ba0111::FunctionOptimizerContext
720 func, func_instantiation_attr, flib, ctx->graph_version(), &item)); in SpecializeFunction()
/external/tensorflow/tensorflow/core/protobuf/
Dmaster.proto59 int64 graph_version = 2; field