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

  /external/tensorflow/tensorflow/core/kernels/hexagon/
hexagon_remote_fused_graph_executor_build.cc 28 static RemoteFusedGraphExecuteUtils::ExecutorBuildRegistrar
hexagon_remote_fused_graph_executor_build_test.cc 34 ASSERT_NE(RemoteFusedGraphExecuteUtils::GetExecutorBuildFunc(
graph_transfer_utils.h 52 const RemoteFusedGraphExecuteUtils::TensorShapeMap& tensor_shape_map);
graph_transfer_utils.cc 27 &RemoteFusedGraphExecuteUtils::AddOutputTensorShapeTypeByTensorShapeMap;
61 const RemoteFusedGraphExecuteUtils::TensorShapeMap& tensor_shape_map) {
81 RemoteFusedGraphExecuteUtils::GetTensorShapeType(tensor_shape_map,
103 RemoteFusedGraphExecuteUtils::TensorShapeMap tensor_shape_map;
104 Status status = RemoteFusedGraphExecuteUtils::DryRunInferenceForAllNode(
137 RemoteFusedGraphExecuteUtils::GetTensorShapeType(tensor_shape_map,
graph_transferer.cc 35 &RemoteFusedGraphExecuteUtils::AddOutputTensorShapeTypeByTensorShapeMap;
97 status = RemoteFusedGraphExecuteUtils::PropagateShapeInference(
169 status = RemoteFusedGraphExecuteUtils::GetOutputTensorShapeType(
215 RemoteFusedGraphExecuteUtils::TensorShapeMap tensor_shape_map;
216 status = RemoteFusedGraphExecuteUtils::DryRunInferenceForAllNode(
340 .Attr(RemoteFusedGraphExecuteUtils::ATTR_OUTPUT_DATA_TYPES,
342 .Attr(RemoteFusedGraphExecuteUtils::ATTR_OUTPUT_SHAPES, shapes);
372 TF_RETURN_IF_ERROR(RemoteFusedGraphExecuteUtils::BuildIdentityOpNode(
378 Status status = RemoteFusedGraphExecuteUtils::GetOutputTensorShapeType(
382 RemoteFusedGraphExecuteUtils::ATTR_OUTPUT_DATA_TYPES, data_types)
    [all...]
graph_transferer.h 48 using TensorShapeMap = RemoteFusedGraphExecuteUtils::TensorShapeMap;
hexagon_control_wrapper.cc 80 RemoteFusedGraphExecuteUtils::BuildRemoteGraphInputsAndOutputsFromProto(
376 TF_CHECK_OK(RemoteFusedGraphExecuteUtils::CopyByteArrayToTensor(
401 RemoteFusedGraphExecuteUtils::BuildNodeMapFromOpsDefinitions(
405 TF_RETURN_IF_ERROR(RemoteFusedGraphExecuteUtils::FuseRemoteGraphByNodeNames(
graph_transferer_test.cc 50 const RemoteFusedGraphExecuteUtils::TensorShapeMap EMPTY_OUTPUT_TENSOR_MAP;
305 RemoteFusedGraphExecuteUtils::TensorShapeMap output_tensor_info;
306 Status status = RemoteFusedGraphExecuteUtils::DryRunInferenceForAllNode(
hexagon_graph_execution_test.cc 549 RemoteFusedGraphExecuteUtils::TensorShapeMap output_tensor_info0;
569 RemoteFusedGraphExecuteUtils::TensorShapeMap output_tensor_info1;
  /external/tensorflow/tensorflow/core/kernels/
remote_fused_graph_execute_utils_test.cc 28 using ClusterInfo = RemoteFusedGraphExecuteUtils::ClusterInfo;
70 RemoteFusedGraphExecuteUtils::ExecutorBuildRegistrar
76 RemoteFusedGraphExecuteUtils::ExecutorBuildRegistrar
80 RemoteFusedGraphExecuteUtils::ExecutorBuildRegistrar
89 RemoteFusedGraphExecuteUtils::TensorShapeMap tensor_shape_map;
91 TF_RETURN_IF_ERROR(RemoteFusedGraphExecuteUtils::BuildAndAddTensorShapes(
94 return RemoteFusedGraphExecuteUtils::FuseRemoteGraphByBorder(
102 return RemoteFusedGraphExecuteUtils::FuseRemoteGraphByNodeNames(
109 return RemoteFusedGraphExecuteUtils::FuseRemoteGraphByOpTypes(
116 return RemoteFusedGraphExecuteUtils::FuseRemoteGraphByExecutor
    [all...]
remote_fused_graph_rewriter_transform.cc 73 RemoteFusedGraphExecuteUtils::TRANSFORM_ARG_INPUT_TYPES, "",
76 RemoteFusedGraphExecuteUtils::TRANSFORM_ARG_INPUT_SHAPES, "",
79 RemoteFusedGraphExecuteUtils::TRANSFORM_ARG_FUSED_NODES, "",
82 RemoteFusedGraphExecuteUtils::TRANSFORM_ARG_BORDER_INPUTS, "",
85 RemoteFusedGraphExecuteUtils::TRANSFORM_ARG_BORDER_OUTPUTS, "",
88 RemoteFusedGraphExecuteUtils::TRANSFORM_ARG_FUSED_OP_TYPES, "",
91 RemoteFusedGraphExecuteUtils::TRANSFORM_ARG_FUSE_BY_EXECUTOR, false,
94 RemoteFusedGraphExecuteUtils::
98 RemoteFusedGraphExecuteUtils::TRANSFORM_ARG_REMOTE_FUSED_GRAPH_NODE_NAME,
127 TF_RETURN_IF_ERROR(RemoteFusedGraphExecuteUtils::BuildAndAddTensorShapes
    [all...]
remote_fused_graph_rewriter_transform_test.cc 75 RemoteFusedGraphExecuteUtils::ExecutorBuildRegistrar
81 RemoteFusedGraphExecuteUtils::ExecutorBuildRegistrar
85 RemoteFusedGraphExecuteUtils::ExecutorBuildRegistrar
99 return RemoteFusedGraphExecuteUtils::FuseRemoteGraphByPlacedArguments(
110 {RemoteFusedGraphExecuteUtils::TRANSFORM_ARG_INPUT_TYPES,
115 {RemoteFusedGraphExecuteUtils::TRANSFORM_ARG_INPUT_SHAPES,
120 {RemoteFusedGraphExecuteUtils::TRANSFORM_ARG_FUSED_NODES,
126 {RemoteFusedGraphExecuteUtils::TRANSFORM_ARG_BORDER_INPUTS,
131 {RemoteFusedGraphExecuteUtils::TRANSFORM_ARG_BORDER_OUTPUTS,
137 {RemoteFusedGraphExecuteUtils::TRANSFORM_ARG_FUSED_OP_TYPES
    [all...]
remote_fused_graph_execute_utils.cc 125 string DumpCluster(const RemoteFusedGraphExecuteUtils::ClusterInfo& cluster) {
145 RemoteFusedGraphExecuteUtils::ATTR_OUTPUT_DATA_TYPES;
147 RemoteFusedGraphExecuteUtils::ATTR_OUTPUT_SHAPES;
148 /* static */ constexpr const char* const RemoteFusedGraphExecuteUtils::
151 RemoteFusedGraphExecuteUtils::ATTR_NODE_TYPE;
152 /* static */ constexpr const char* const RemoteFusedGraphExecuteUtils::
155 RemoteFusedGraphExecuteUtils::TRANSFORM_ARG_REMOTE_FUSED_GRAPH_NODE_NAME;
157 RemoteFusedGraphExecuteUtils::TRANSFORM_ARG_FUSED_NODES;
159 RemoteFusedGraphExecuteUtils::TRANSFORM_ARG_BORDER_INPUTS;
161 RemoteFusedGraphExecuteUtils::TRANSFORM_ARG_BORDER_OUTPUTS
    [all...]
remote_fused_graph_execute_op.cc 33 ctx, ctx->GetAttr(RemoteFusedGraphExecuteUtils::
40 const RemoteFusedGraphExecuteUtils::ExecutorBuildFunc* build_func =
41 RemoteFusedGraphExecuteUtils::GetExecutorBuildFunc(
remote_fused_graph_execute_op_test.cc 140 RemoteFusedGraphExecuteUtils::AddOutputTensorShapeType(
189 TF_CHECK_OK(RemoteFusedGraphExecuteUtils::MakeTensorFromProto(
245 static RemoteFusedGraphExecuteUtils::ExecutorBuildRegistrar
remote_fused_graph_execute_op_test_utils.cc 119 return RemoteFusedGraphExecuteUtils::FuseRemoteGraphByOpTypes(
remote_fused_graph_execute_utils.h 33 // RemoteFusedGraphExecuteUtils provides APIs to register and get builder
35 class RemoteFusedGraphExecuteUtils {
311 TF_DISALLOW_COPY_AND_ASSIGN(RemoteFusedGraphExecuteUtils);
  /external/tensorflow/tensorflow/contrib/hvx/hvx_ops_support_checker/
hvx_ops_support_checker_main.cc 66 const Status status = RemoteFusedGraphExecuteUtils::GetOutputTensorShapeType(
83 RemoteFusedGraphExecuteUtils::

Completed in 253 milliseconds