Home
last modified time | relevance | path

Searched defs:original_type (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_executable_info.proto86 xla.PrimitiveType original_type = 7; field
/external/deqp-deps/SPIRV-Tools/source/opt/
Dpass.cpp101 analysis::Type* original_type = type_mgr->GetType(original_type_id); in GenerateCopy() local
Dtype_manager.cpp995 void TypeManager::ReplaceType(Type* new_type, Type* original_type) { in ReplaceType()
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dpass.cpp101 analysis::Type* original_type = type_mgr->GetType(original_type_id); in GenerateCopy() local
Dtype_manager.cpp995 void TypeManager::ReplaceType(Type* new_type, Type* original_type) { in ReplaceType()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dlayout_optimization.cc357 SmallVector<Type, 4> original_type(op->getNumResults()); in MoveTransposeAfter() local
Deinsum.cc316 RankedTensorType original_type = in rewriteToBatchMatmul() local
Dshape_inference.cc98 bool CanRefineTypeWith(Type original_type, Type potential_refined_type) { in CanRefineTypeWith()
/external/tensorflow/tensorflow/compiler/mlir/lite/utils/
Dlstm_utils.cc91 SmallVector<int32_t, 4> perm, RankedTensorType original_type, in Transpose()
/external/flatbuffers/java/com/google/flatbuffers/
DFlexBuffers.java125 static int toTypedVectorElementType(int original_type) { in toTypedVectorElementType()
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf_communication.cc241 auto original_type = StringAttr::get(context, xla_element_type_str); in SetFrontendAttributes() local