Home
last modified time | relevance | path

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

/external/v8/tools/
Dconcatenate-files.py41 def Concatenate(filenames): function
/external/tensorflow/tensorflow/compiler/xla/g3doc/
Doperation_semantics.md479 ## Concatenate section in Operation Semantics
/external/swiftshader/third_party/SPIRV-Tools/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/tensorflow/tensorflow/core/framework/
Dtensor_shape.cc634 PartialTensorShape PartialTensorShape::Concatenate(int64 size) const { in Concatenate() function in tensorflow::PartialTensorShape
640 PartialTensorShape PartialTensorShape::Concatenate( in Concatenate() function in tensorflow::PartialTensorShape
Dpartial_tensor_shape_test.cc34 TEST(PartialTensorShapeTest, Concatenate) { in TEST() argument
Dshape_inference.cc696 Status InferenceContext::Concatenate(ShapeHandle s1, ShapeHandle s2, in Concatenate() function in tensorflow::shape_inference::InferenceContext
Dshape_inference_test.cc881 TEST_F(ShapeInferenceTest, Concatenate) { in TEST_F() argument
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_constant_folding_test.cc109 TEST_F(HloConstantFoldingTest, Concatenate) { in TEST_F() argument
Dalgebraic_simplifier_test.cc1721 HloInstruction* Concatenate = in TEST_F() local
/external/tensorflow/tensorflow/python/keras/layers/
Dmerge.py357 class Concatenate(_Merge): class
/external/swiftshader/src/Reactor/
DReactorUnitTests.cpp222 TEST(ReactorUnitTests, Concatenate) in TEST() argument
/external/tensorflow/tensorflow/compiler/xla/python/
Dxla_client.py1118 def Concatenate(self, operands, dimension): member in ComputationBuilder