HomeSort by relevance Sort by last modified time
    Searched full:ops_definitions (Results 1 - 8 of 8) sorted by null

  /external/tensorflow/tensorflow/core/kernels/hexagon/
graph_transferer.h 56 const IRemoteFusedGraphOpsDefinitions& ops_definitions,
66 const IRemoteFusedGraphOpsDefinitions& ops_definitions,
115 const IRemoteFusedGraphOpsDefinitions& ops_definitions,
143 const IRemoteFusedGraphOpsDefinitions& ops_definitions,
147 const IRemoteFusedGraphOpsDefinitions& ops_definitions,
150 void RegisterPadNode(const IRemoteFusedGraphOpsDefinitions& ops_definitions,
153 void RegisterInputNode(const IRemoteFusedGraphOpsDefinitions& ops_definitions,
157 const IRemoteFusedGraphOpsDefinitions& ops_definitions,
161 const IRemoteFusedGraphOpsDefinitions& ops_definitions,
165 const IRemoteFusedGraphOpsDefinitions& ops_definitions,
    [all...]
graph_transferer.cc 84 const IRemoteFusedGraphOpsDefinitions& ops_definitions,
133 ops_definitions, shape_refiner, *node, false, input_node_info_list,
191 const IRemoteFusedGraphOpsDefinitions& ops_definitions,
227 return LoadGraphFromProto(ops_definitions, graph_def, input_node_info_list,
415 const IRemoteFusedGraphOpsDefinitions& ops_definitions,
425 RegisterInputNode(ops_definitions, shape_refiner, node);
430 RegisterPadNode(ops_definitions, shape_refiner, node);
432 RegisterNodeWithPaddingAndStrides(ops_definitions, shape_refiner, node);
434 RegisterNodeWithRank(ops_definitions, shape_refiner, node);
436 RegisterFlattenNode(ops_definitions, shape_refiner, node)
    [all...]
graph_transferer_test.cc 369 const IRemoteFusedGraphOpsDefinitions& ops_definitions = local
371 const int total_ops_count = ops_definitions.GetTotalOpsCount();
376 const IRemoteFusedGraphOpsDefinitions* ops_definitions = local
391 // ops_definitions = &HexagonOpsDefinitions::getInstance();
396 *ops_definitions, filename, input_node_info_list, output_node_names,
439 const IRemoteFusedGraphOpsDefinitions* ops_definitions = local
454 // ops_definitions = &HexagonOpsDefinitions::getInstance();
462 *ops_definitions, filename, input_node_info_list, output_node_names,
474 *ops_definitions, filename, input_node_info_list, output_node_names,
hexagon_graph_execution_test.cc 407 const IRemoteFusedGraphOpsDefinitions* ops_definitions = local
419 *ops_definitions, MODEL_FILENAME, inputs, output_node_names,
440 const IRemoteFusedGraphOpsDefinitions* ops_definitions = local
452 *ops_definitions, MODEL_WITH_QUANTIZED_INPUT_FILENAME, inputs,
474 const IRemoteFusedGraphOpsDefinitions* ops_definitions = local
486 *ops_definitions, MODEL_FILENAME, inputs, output_node_names,
505 const IRemoteFusedGraphOpsDefinitions* ops_definitions = local
543 const IRemoteFusedGraphOpsDefinitions* ops_definitions = local
555 *ops_definitions, MODEL_FILENAME, inputs, output_node_names,
575 *ops_definitions, MODEL_FILENAME, inputs, output_node_names
    [all...]
graph_transfer_utils.h 42 const IRemoteFusedGraphOpsDefinitions& ops_definitions,
graph_transfer_utils.cc 99 const IRemoteFusedGraphOpsDefinitions& ops_definitions,
  /external/tensorflow/tensorflow/core/kernels/
remote_fused_graph_execute_utils.h 287 const IRemoteFusedGraphOpsDefinitions& ops_definitions);
remote_fused_graph_execute_utils.cc     [all...]

Completed in 264 milliseconds