/external/llvm/lib/Target/Hexagon/ |
D | HexagonGenMux.cpp | 74 MachineOperand *SrcT, *SrcF; member 79 : At(It), DefR(DR), PredR(PR), SrcT(TOp), SrcF(FOp), Def1(&D1), in MuxInfo() 284 MachineOperand *SrcT = (MinX == CI.TrueX) ? Src1 : Src2; in genMuxInBlock() local 289 ML.push_back(MuxInfo(At, DR, PR, SrcT, SrcF, Def1, Def2)); in genMuxInBlock() 296 unsigned MxOpc = getMuxOpcode(*MX.SrcT, *MX.SrcF); in genMuxInBlock() 301 .addOperand(*MX.SrcT) in genMuxInBlock()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonGenMux.cpp | 110 MachineOperand *SrcT, *SrcF; member 116 : At(It), DefR(DR), PredR(PR), SrcT(TOp), SrcF(FOp), Def1(&D1), in MuxInfo() 324 MachineOperand *SrcT = (MinX == CI.TrueX) ? Src1 : Src2; in genMuxInBlock() local 329 ML.push_back(MuxInfo(At, DR, PR, SrcT, SrcF, Def1, Def2)); in genMuxInBlock() 333 unsigned MxOpc = getMuxOpcode(*MX.SrcT, *MX.SrcF); in genMuxInBlock() 340 .add(*MX.SrcT) in genMuxInBlock()
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_Cast.pbtxt | 3 summary: "Cast x of type SrcT to y of DstT."
|
/external/tensorflow/tensorflow/core/util/ |
D | tensor_slice_util.h | 136 template <typename SrcT, typename DstT> 140 const SrcT* ptr_s,
|
/external/tensorflow/tensorflow/c/ |
D | c_api_experimental.cc | 2065 key: "SrcT" in CreateImagenetDatasetFunctions() 2303 key: "SrcT" in CreateImagenetDatasetFunctions() 2483 key: "SrcT" in CreateImagenetDatasetFunctions() 3169 key: "SrcT" in CreateImagenetDatasetFunctions() 3548 key: "SrcT" in CreateImagenetDatasetFunctions() 4123 key: "SrcT" in CreateImagenetDatasetFunctions() 4140 key: "SrcT" in CreateImagenetDatasetFunctions() 4259 key: "SrcT" in CreateImagenetDatasetFunctions() 4276 key: "SrcT" in CreateImagenetDatasetFunctions() 5076 key: "SrcT" in CreateImagenetDatasetFunctions() [all …]
|
/external/swiftshader/third_party/subzero/src/ |
D | IceTargetLoweringX86BaseImpl.h | 3418 Operand *SrcT = Select->getTrueOperand(); 3422 std::swap(SrcT, SrcF); 3431 lowerMove(SelectDest, SrcT, IsRedefinition); 3790 Operand *SrcT = Select->getTrueOperand(); 3795 lowerMove(SelectDest, SrcT, false); 3825 Operand *SrcT = Select->getTrueOperand(); 3828 lowerSelectMove(SelectDest, Condition, SrcT, SrcF); 6655 Operand *SrcT = Select->getTrueOperand(); 6658 lowerSelectMove(Dest, Cond, SrcT, SrcF); 6663 Operand *SrcT, Operand *SrcF) { [all …]
|
D | IceTargetLoweringX86Base.h | 1154 void lowerSelectMove(Variable *Dest, BrCond Cond, Operand *SrcT, 1156 void lowerSelectIntMove(Variable *Dest, BrCond Cond, Operand *SrcT,
|
D | IceTargetLoweringARM32.cpp | 6123 Operand *SrcT = Instr->getTrueOperand(); in lowerSelect() local 6128 lowerInt1ForSelect(Dest, Condition, legalizeUndef(SrcT), in lowerSelect() 6156 auto *SrcTR = legalizeToReg(SrcT); in lowerSelect()
|
D | IceTargetLoweringMIPS32.cpp | 276 Operand *SrcT = llvm::cast<InstSelect>(Instr)->getTrueOperand(); in genTargetHelperCallFor() local 289 Context.insert<InstExtractElement>(OpT, SrcT, Index); in genTargetHelperCallFor()
|
/external/tensorflow/tensorflow/python/framework/testdata/ |
D | metrics_export_meta_graph.pb | 89 type_attr: "SrcT" 96 name: "SrcT" 1114 key: "SrcT"
|
/external/tensorflow/tensorflow/compiler/tf2xla/g3doc/ |
D | gpu_supported_ops.md | 41 … | `DstT={bool,complex64,double,float,int32,int64,uint32,uint64}`<br>`SrcT={bool,complex64,dou…
|
D | cpu_supported_ops.md | 41 … | `DstT={bool,complex64,double,float,int32,int64,uint32,uint64}`<br>`SrcT={bool,complex64,dou…
|
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/ |
D | legacy_optimized_ops.h | 1730 template <typename SrcT, typename DstT> 1731 void Cast(const SrcT* input_data, const Dims<4>& input_dims, DstT* output_data, in Cast()
|
D | optimized_ops.h | 5276 template <typename SrcT, typename DstT> 5277 inline void Cast(const RuntimeShape& input_shape, const SrcT* input_data, in Cast()
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | legacy_reference_ops.h | 1874 template <typename SrcT, typename DstT> 1875 void Cast(const SrcT* input_data, const Dims<4>& input_dims, DstT* output_data, in Cast()
|
D | reference_ops.h | 2904 template <typename SrcT, typename DstT> 2905 inline void Cast(const RuntimeShape& input_shape, const SrcT* input_data, in Cast()
|
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/ |
D | optimized_ops.h | 5609 template <typename SrcT, typename DstT> 5610 inline void Cast(const RuntimeShape& input_shape, const SrcT* input_data, in Cast()
|
/external/tensorflow/tensorflow/core/ops/compat/ |
D | ops_history.v0.pbtxt | 7345 type_attr: "SrcT" 7352 name: "SrcT"
|
D | ops_history.v1.pbtxt | 12524 type_attr: "SrcT" 12531 name: "SrcT" 12543 type_attr: "SrcT" 12550 name: "SrcT"
|
D | ops_history.v2.pbtxt | 12524 type_attr: "SrcT" 12531 name: "SrcT" 12543 type_attr: "SrcT" 12550 name: "SrcT"
|
/external/tensorflow/tensorflow/core/ops/ |
D | ops.pbtxt | 5241 type_attr: "SrcT" 5248 name: "SrcT"
|