Searched refs:ToOutput (Results 1 – 5 of 5) sorted by relevance
/external/pdfium/third_party/lcms/src/ |
D | cmsxform.c | 372 output = p->ToOutput(p, wIn, output, Stride->BytesPerPlaneOut); in NullXFORM() 412 output = p->ToOutput(p, wOut, output, Stride->BytesPerPlaneOut); in PrecalculatedXFORM() 475 output = p->ToOutput(p, wOut, output, Stride->BytesPerPlaneOut); in PrecalculatedXFORMGamutCheck() 531 output = p->ToOutput(p, wOut, output, Stride->BytesPerPlaneOut); in CachedXFORM() 586 output = p->ToOutput(p, wOut, output, Stride->BytesPerPlaneOut); in CachedXFORMGamutCheck() 746 …tters16(struct _cmstransform_struct *CMMcargo, cmsFormatter16* FromInput, cmsFormatter16* ToOutput) in _cmsGetTransformFormatters16() argument 750 if (ToOutput) *ToOutput = CMMcargo ->ToOutput; in _cmsGetTransformFormatters16() 753 …t(struct _cmstransform_struct *CMMcargo, cmsFormatterFloat* FromInput, cmsFormatterFloat* ToOutput) in _cmsGetTransformFormattersFloat() argument 757 if (ToOutput) *ToOutput = CMMcargo ->ToOutputFloat; in _cmsGetTransformFormattersFloat() 804 …p->ToOutput = _cmsGetFormatter(ContextID, *OutputFormat, cmsFormatterOutput, CMS_PACK_FLAGS_16BITS… in AllocEmptyTransform() [all …]
|
D | lcms2_internal.h | 1026 cmsFormatter16 ToOutput; member
|
/external/tensorflow/tensorflow/cc/framework/ |
D | while_gradients.cc | 31 Output ToOutput(OutputTensor output_tensor) { in ToOutput() function 40 for (int i = 0; i < n; ++i) result.push_back(ToOutput(output_tensors[i])); in ToOutputVector() 70 *output = ToOutput(while_ctx->cond_output()); in AddForwardLoopCounter()
|
/external/pdfium/third_party/lcms/include/ |
D | lcms2_plugin.h | 620 …s16 (struct _cmstransform_struct *CMMcargo, cmsFormatter16* FromInput, cmsFormatter16* ToOutput); 621 …(struct _cmstransform_struct *CMMcargo, cmsFormatterFloat* FromInput, cmsFormatterFloat* ToOutput);
|
/external/tensorflow/tensorflow/c/ |
D | c_api_function_test.cc | 145 std::vector<TF_Output> ToOutput(const std::vector<TF_Operation*> ops) { in ToOutput() function in tensorflow::__anonf82d42420111::CApiFunctionTest 158 DefineT(num_opers, opers, ToOutput(inputs), ToOutput(outputs), output_names, in Define() 203 return UseT(ToOutput(inputs)); in Use()
|