/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/ |
D | shape_inference_utils.h | 55 Optional<Location> location, Operation* op, int64_t graph_version, 70 Optional<Location> location, Operation* op, int64_t graph_version,
|
D | shape_inference_utils.cc | 175 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/ |
D | shape_inference.h | 39 int64_t graph_version,
|
D | shape_inference.cc | 413 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/ |
D | grpc_session.cc | 99 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()
|
D | grpc_session.h | 114 void SetHandleAndGraphVersion(string handle, int64 graph_version)
|
/external/tensorflow/tensorflow/python/debug/lib/ |
D | source_remote.py | 145 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/distributed_runtime/ |
D | master_test.cc | 75 *initial_version = resp.graph_version(); in CreateSession()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | function_optimizer.cc | 267 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/ |
D | master.proto | 59 int64 graph_version = 2; field
|