Searched refs:Convolution (Results 1 – 18 of 18) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | sample_file_test.cc | 43 TEST_F(SampleFileTest, Convolution) { in TEST_F() argument
|
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/ |
D | shufflemask-undef.ll | 13 …%struct.Convolution = type { %struct.IColor4, %struct.ImagingColorScale, i16, i16, [0 x i32], floa… 20 …%struct.ImagingSubset = type { %struct.Convolution, %struct.Convolution, %struct.Convolution, %str…
|
/external/llvm/test/Transforms/InstCombine/ |
D | shufflemask-undef.ll | 13 …%struct.Convolution = type { %struct.IColor4, %struct.ImagingColorScale, i16, i16, [0 x i32], floa… 20 …%struct.ImagingSubset = type { %struct.Convolution, %struct.Convolution, %struct.Convolution, %str…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InstCombine/X86/ |
D | shufflemask-undef.ll | 14 …%struct.Convolution = type { %struct.IColor4, %struct.ImagingColorScale, i16, i16, [0 x i32], floa… 21 …%struct.ImagingSubset = type { %struct.Convolution, %struct.Convolution, %struct.Convolution, %str…
|
/external/tensorflow/tensorflow/stream_executor/ |
D | dnn.proto | 98 // Convolution-specific parameters.
|
/external/python/cpython3/Modules/_decimal/libmpdec/literature/ |
D | bignum.txt | 18 Convolution in pseudo-code:
|
/external/u-boot/board/freescale/bsc9131rdb/ |
D | README | 17 . Consists of accelerators for Convolution, Filtering, Turbo Encoding,
|
/external/tensorflow/tensorflow/lite/g3doc/guide/ |
D | ops_version.md | 16 ## Example: Adding Dilation into Convolution
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_matchers.h | 195 HLO_MATCHER(Convolution);
|
D | hlo_cost_analysis_test.cc | 259 TEST_F(HloCostAnalysisTest, Convolution) { in TEST_F() argument
|
D | layout_assignment_test.cc | 1047 GmockMatch(m::Convolution(m::Parameter(0), m::Parameter(1)))); in TEST_F()
|
D | hlo_parser_test.cc | 406 "Convolution", in CreateTestCases()
|
D | algebraic_simplifier_test.cc | 1377 GmockMatch(m::Convolution(m::Op().Is(lhs), m::Op().Is(rhs)))); in TEST_F() 3141 GmockMatch(m::Convolution(m::Parameter(), m::Parameter()))); in TEST_P() 3259 GmockMatch(m::Convolution(m::Parameter(), m::Parameter()))); in TEST_P()
|
D | pattern_matcher.h | 2165 XLA_BINOP_PATTERN(Convolution)
|
/external/tensorflow/tensorflow/python/ops/ |
D | nn_ops.py | 979 op = Convolution( 990 class Convolution(object): class
|
/external/tensorflow/tensorflow/lite/toco/tflite/ |
D | operator.cc | 76 class Convolution class 2358 ops.push_back(MakeUnique<Convolution>(::tflite::BuiltinOperator_CONV_2D, in BuildOperatorList()
|
/external/tensorflow/tensorflow/compiler/xla/ |
D | xla_data.proto | 398 // The actual padding value depends upon the context. Convolution pads with
|
/external/tensorflow/tensorflow/python/keras/layers/ |
D | convolutional.py | 185 self._convolution_op = nn_ops.Convolution(
|