Home
last modified time | relevance | path

Searched defs:Concatenate (Results 1 – 19 of 19) sorted by relevance

/external/armnn/src/backends/reference/workloads/
DConcatenate.cpp14 void Concatenate(const ConcatQueueDescriptor &data) in Concatenate() function
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/
Dunit_spirv.h127 inline std::vector<uint32_t> Concatenate( in Concatenate() function
/external/deqp-deps/SPIRV-Tools/test/
Dunit_spirv.h127 inline std::vector<uint32_t> Concatenate( in Concatenate() function
/external/swiftshader/third_party/SPIRV-Tools/test/
Dunit_spirv.h127 inline std::vector<uint32_t> Concatenate( in Concatenate() function
/external/tensorflow/tensorflow/compiler/xla/g3doc/
Doperation_semantics.md594 ## Concatenate section in Operation Semantics
/external/tensorflow/tensorflow/core/framework/
Dtensor_shape.cc852 PartialTensorShape PartialTensorShape::Concatenate(int64_t size) const { in Concatenate() function in tensorflow::PartialTensorShape
864 PartialTensorShape PartialTensorShape::Concatenate( in Concatenate() function in tensorflow::PartialTensorShape
Dpartial_tensor_shape_test.cc34 TEST(PartialTensorShapeTest, Concatenate) { in TEST() argument
Dshape_inference.cc645 Status InferenceContext::Concatenate(ShapeHandle s1, ShapeHandle s2, in Concatenate() function in tensorflow::shape_inference::InferenceContext
Dshape_inference_test.cc911 TEST_F(ShapeInferenceTest, Concatenate) { in TEST_F() argument
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_constant_folding_test.cc111 TEST_F(HloConstantFoldingTest, Concatenate) { in TEST_F() argument
Dsharding_propagation_test.cc1588 TEST_P(ParameterizedMetadataTest, Concatenate) { in TEST_P() argument
Dalgebraic_simplifier_test.cc2281 HloInstruction* Concatenate = in TEST_F() local
/external/python/setuptools/setuptools/_vendor/
Dtyping_extensions.py1782 Concatenate = typing.Concatenate variable
1787 def Concatenate(self, parameters): function
1808 Concatenate = _ConcatenateForm( variable
1855 Concatenate = _ConcatenateAliasBase(_root=True) variable
/external/python/typing/typing_extensions/src/
Dtyping_extensions.py1247 Concatenate = typing.Concatenate variable
1252 def Concatenate(self, parameters): function
1273 Concatenate = _ConcatenateForm( variable
/external/tensorflow/tensorflow/python/keras/layers/
Dmerge.py421 class Concatenate(_Merge): class
/external/python/typing/typing_extensions/
D__init__.py1934 Concatenate = typing.Concatenate variable
1939 def Concatenate(self, parameters): function
1960 Concatenate = _ConcatenateForm( variable
2007 Concatenate = _ConcatenateAliasBase(_root=True) variable
/external/armnn/src/backends/backendsCommon/test/layerTests/
DConcatTestImpl.cpp276 template<typename T> void Concatenate( in Concatenate() function
/external/python/cpython3/Lib/
Dtyping.py583 def Concatenate(self, parameters): function
/external/swiftshader/tests/ReactorUnitTests/
DReactorUnitTests.cpp822 TEST(ReactorUnitTests, Concatenate) in TEST() argument