Home
last modified time | relevance | path

Searched defs:graph_version (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/debug/
Ddebug_service.proto80 int64 graph_version = 6; field
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Dshape_inference_utils.cc175 Optional<Location> location, Operation* op, int64_t graph_version, in InferReturnTypeComponentsForTFOp()
341 Optional<Location> location, Operation* op, int64_t graph_version, in InferReturnTypeComponentsForTFOp()
/external/tensorflow/tensorflow/core/protobuf/
Dmaster.proto59 int64 graph_version = 2; field
/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
Dgrpc_session.cc99 void GrpcSession::SetHandleAndGraphVersion(string handle, int64 graph_version) { in SetHandleAndGraphVersion()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dshape_inference.cc617 ShapeInference::ShapeInference(int64_t graph_version, MLIRContext* context, in ShapeInference()
1595 int64_t graph_version, in InferShapeForFunction()
/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