Home
last modified time | relevance | path

Searched refs:Convolution (Results 1 – 18 of 18) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/tests/
Dsample_file_test.cc43 TEST_F(SampleFileTest, Convolution) { in TEST_F() argument
/external/swiftshader/third_party/LLVM/test/Transforms/InstCombine/
Dshufflemask-undef.ll13 …%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/
Dshufflemask-undef.ll13 …%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/
Dshufflemask-undef.ll14 …%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/
Ddnn.proto98 // Convolution-specific parameters.
/external/python/cpython3/Modules/_decimal/libmpdec/literature/
Dbignum.txt18 Convolution in pseudo-code:
/external/u-boot/board/freescale/bsc9131rdb/
DREADME17 . Consists of accelerators for Convolution, Filtering, Turbo Encoding,
/external/tensorflow/tensorflow/lite/g3doc/guide/
Dops_version.md16 ## Example: Adding Dilation into Convolution
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_matchers.h195 HLO_MATCHER(Convolution);
Dhlo_cost_analysis_test.cc259 TEST_F(HloCostAnalysisTest, Convolution) { in TEST_F() argument
Dlayout_assignment_test.cc1047 GmockMatch(m::Convolution(m::Parameter(0), m::Parameter(1)))); in TEST_F()
Dhlo_parser_test.cc406 "Convolution", in CreateTestCases()
Dalgebraic_simplifier_test.cc1377 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()
Dpattern_matcher.h2165 XLA_BINOP_PATTERN(Convolution)
/external/tensorflow/tensorflow/python/ops/
Dnn_ops.py979 op = Convolution(
990 class Convolution(object): class
/external/tensorflow/tensorflow/lite/toco/tflite/
Doperator.cc76 class Convolution class
2358 ops.push_back(MakeUnique<Convolution>(::tflite::BuiltinOperator_CONV_2D, in BuildOperatorList()
/external/tensorflow/tensorflow/compiler/xla/
Dxla_data.proto398 // The actual padding value depends upon the context. Convolution pads with
/external/tensorflow/tensorflow/python/keras/layers/
Dconvolutional.py185 self._convolution_op = nn_ops.Convolution(