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

  /external/tensorflow/tensorflow/core/kernels/hexagon/
hexagon_ops_definitions.cc 29 enum class HexagonOpsDefinitions::SupportedOpType {
289 const SupportedOpType supported_op_type,
303 EmplaceOpType("INPUT", {}, SupportedOpType::INPUT, &op_map);
304 EmplaceOpType("OUTPUT", {}, SupportedOpType::OUTPUT, &op_map);
305 EmplaceOpType("NoOp", {}, SupportedOpType::NOP, &op_map);
307 EmplaceOpType("FLATTEN", {}, SupportedOpType::FLATTEN, &op_map);
309 // CAVEAT: Keep order of SupportedOpType
310 EmplaceOpType("Identity", {}, SupportedOpType::NOP, &op_map);
311 EmplaceOpType("Placeholder", {}, SupportedOpType::NOP, &op_map);
312 EmplaceOpType("Const", {}, SupportedOpType::OP_CONST, &op_map)
    [all...]
hexagon_ops_definitions.h 37 enum class SupportedOpType;
38 using DataTypeToOp = std::tuple<DataTypeVector, SupportedOpType>;
44 const SupportedOpType supported_op_type,

Completed in 4870 milliseconds