HomeSort by relevance Sort by last modified time
    Searched refs:IRemoteFusedGraphExecutor (Results 1 - 11 of 11) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
i_remote_fused_graph_executor.h 26 class IRemoteFusedGraphExecutor {
30 IRemoteFusedGraphExecutor() = default;
31 virtual ~IRemoteFusedGraphExecutor() = default;
70 TF_DISALLOW_COPY_AND_ASSIGN(IRemoteFusedGraphExecutor);
remote_fused_graph_execute_op_test_utils.h 63 class TestRemoteFusedGraphExecutor final : public IRemoteFusedGraphExecutor {
remote_fused_graph_rewriter_transform_test.cc 57 std::unique_ptr<IRemoteFusedGraphExecutor>* executor) {
64 std::unique_ptr<IRemoteFusedGraphExecutor>* executor) {
78 [](std::unique_ptr<IRemoteFusedGraphExecutor>* executor) -> Status {
remote_fused_graph_execute_op.cc 127 std::unique_ptr<IRemoteFusedGraphExecutor> remote_fused_graph_executor_;
remote_fused_graph_execute_op_test.cc 163 class SampleRemoteFusedGraphExecutor final : public IRemoteFusedGraphExecutor {
237 std::unique_ptr<IRemoteFusedGraphExecutor>* executor) {
remote_fused_graph_execute_utils.h 34 // functions for IRemoteFusedGraphExecutor.
70 std::unique_ptr<IRemoteFusedGraphExecutor>* executor)>;
71 // Registrar class for IRemoteFusedGraphExecutor.
remote_fused_graph_execute_utils_test.cc 52 std::unique_ptr<IRemoteFusedGraphExecutor>* executor) {
59 std::unique_ptr<IRemoteFusedGraphExecutor>* executor) {
73 [](std::unique_ptr<IRemoteFusedGraphExecutor>* executor) -> Status {
    [all...]
remote_fused_graph_execute_utils.cc     [all...]
  /external/tensorflow/tensorflow/core/kernels/hexagon/
hexagon_remote_fused_graph_executor_build_test.cc 25 std::unique_ptr<IRemoteFusedGraphExecutor>* executor);
30 std::unique_ptr<IRemoteFusedGraphExecutor> executor;
hexagon_remote_fused_graph_executor_build.cc 23 std::unique_ptr<IRemoteFusedGraphExecutor>* executor) {
hexagon_control_wrapper.h 30 HexagonControlWrapper is implementing interfaces in IRemoteFusedGraphExecutor.
34 class HexagonControlWrapper final : public IRemoteFusedGraphExecutor {

Completed in 174 milliseconds