Searched refs:graph_executor (Results 1 – 19 of 19) sorted by relevance
/external/tensorflow/tensorflow/core/tfrt/graph_executor/ |
D | graph_executor_test.cc | 64 GraphExecutor* graph_executor = status_or_graph_executor.ValueOrDie().get(); in TEST_F() local 73 TF_ASSERT_OK(graph_executor->Run(/*run_options=*/{}, inputs, in TEST_F() 104 auto graph_executor, in TEST_F() 118 TF_ASSERT_OK(graph_executor->Extend(extension)); in TEST_F() 127 TF_ASSERT_OK(graph_executor->Run(/*run_options=*/{}, inputs, in TEST_F()
|
D | BUILD | 32 name = "graph_executor", 33 srcs = ["graph_executor.cc"], 34 hdrs = ["graph_executor.h"], 80 ":graph_executor",
|
/external/tensorflow/tensorflow/core/tfrt/saved_model/ |
D | BUILD | 19 "//tensorflow/core/tfrt/graph_executor/...", 65 "//tensorflow/core/tfrt/graph_executor", 66 "//tensorflow/core/tfrt/graph_executor:graph_execution_options",
|
D | saved_model.cc | 579 "graph_executor creation", auto graph_executor, in LoadSavedModel() 590 std::move(resource_context), std::move(graph_executor))}; in LoadSavedModel() 607 std::unique_ptr<GraphExecutor> graph_executor) in SavedModelImpl() argument 620 graph_executor_(std::move(graph_executor)), in SavedModelImpl()
|
D | saved_model.h | 217 std::unique_ptr<GraphExecutor> graph_executor);
|
/external/tensorflow/tensorflow/core/tfrt/tpu/ |
D | BUILD | 11 "//tensorflow/core/tfrt/graph_executor:__pkg__",
|
/external/pytorch/torch/contrib/ |
D | _tensorboard_vis.py | 22 def dump_tensorboard_summary(graph_executor, logdir): argument 24 pb_graph = visualize(graph_executor)
|
/external/pytorch/torch/csrc/lazy/ts_backend/ |
D | ts_backend_impl.cpp | 214 torch::jit::GraphExecutor& graph_executor = ts_computation->graph_executor(); in ExecuteComputation() local 230 graph_executor.run(stack); in ExecuteComputation()
|
D | ts_lowering_context.h | 55 torch::jit::GraphExecutor& graph_executor() { in graph_executor() function
|
/external/pytorch/torch/_dynamo/backends/ |
D | tvm.py | 33 from tvm.contrib import graph_executor # type: ignore[import] 130 m = graph_executor.GraphModule(lib["default"](dev))
|
/external/tensorflow/tensorflow/compiler/mlir/tfrt/ir/ |
D | BUILD | 96 "//tensorflow/core/tfrt/graph_executor:__pkg__",
|
/external/pytorch/torch/csrc/lazy/python/ |
D | init.cpp | 299 computationPtr->graph_executor().run(stack); in initLazyBindings()
|
/external/tensorflow/tensorflow/core/tfrt/utils/ |
D | BUILD | 288 "//tensorflow/core/tfrt/graph_executor:__pkg__",
|
/external/tensorflow/tensorflow/compiler/mlir/tfrt/ |
D | BUILD | 28 "//tensorflow/core/tfrt/graph_executor/...", 552 "//tensorflow/core/tfrt/graph_executor:__pkg__",
|
/external/tensorflow/tensorflow/core/runtime_fallback/kernel/ |
D | BUILD | 349 "//tensorflow/core/tfrt/graph_executor:__pkg__",
|
/external/tensorflow/ |
D | .bazelrc | 671 …e/tfrt/runtime,tensorflow/core/tfrt/saved_model,tensorflow/core/tfrt/graph_executor,tensorflow/cor… 674 …e/tfrt/runtime,tensorflow/core/tfrt/saved_model,tensorflow/core/tfrt/graph_executor,tensorflow/cor…
|
/external/pytorch/torch/csrc/jit/ |
D | OVERVIEW.md | 877 [runtime/graph_executor.cpp](runtime/graph_executor.cpp) 1306 [runtime/graph_executor.cpp](runtime/graph_executor.cpp)
|
/external/pytorch/torch/_C/ |
D | __init__.pyi.in | 732 # Defined in torch/csrc/jit/runtime/graph_executor.h
|
/external/pytorch/ |
D | build_variables.bzl | 309 "torch/csrc/jit/runtime/graph_executor.cpp",
|