Home
last modified time | relevance | path

Searched refs:original_type (Results 1 – 16 of 16) sorted by relevance

/external/deqp-deps/SPIRV-Tools/source/opt/
Dpass.cpp101 analysis::Type* original_type = type_mgr->GetType(original_type_id); in GenerateCopy() local
104 if (const analysis::Array* original_array_type = original_type->AsArray()) { in GenerateCopy()
128 original_type->AsStruct()) { in GenerateCopy()
Dtype_manager.cpp995 void TypeManager::ReplaceType(Type* new_type, Type* original_type) { in ReplaceType() argument
996 assert(original_type->kind() == new_type->kind() && in ReplaceType()
1007 if (element_type == original_type) { in ReplaceType()
1013 if (element_type == original_type) { in ReplaceType()
1020 if (member_type == original_type) { in ReplaceType()
1027 if (pointee_type == original_type) { in ReplaceType()
1034 if (return_type == original_type) { in ReplaceType()
1040 if (param_type == original_type) { in ReplaceType()
Dtype_manager.h264 void ReplaceType(Type* new_type, Type* original_type);
/external/swiftshader/third_party/SPIRV-Tools/source/opt/
Dpass.cpp101 analysis::Type* original_type = type_mgr->GetType(original_type_id); in GenerateCopy() local
104 if (const analysis::Array* original_array_type = original_type->AsArray()) { in GenerateCopy()
128 original_type->AsStruct()) { in GenerateCopy()
Dtype_manager.cpp995 void TypeManager::ReplaceType(Type* new_type, Type* original_type) { in ReplaceType() argument
996 assert(original_type->kind() == new_type->kind() && in ReplaceType()
1007 if (element_type == original_type) { in ReplaceType()
1013 if (element_type == original_type) { in ReplaceType()
1020 if (member_type == original_type) { in ReplaceType()
1027 if (pointee_type == original_type) { in ReplaceType()
1034 if (return_type == original_type) { in ReplaceType()
1040 if (param_type == original_type) { in ReplaceType()
Dtype_manager.h264 void ReplaceType(Type* new_type, Type* original_type);
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Deinsum.cc316 RankedTensorType original_type = in rewriteToBatchMatmul() local
318 if (!original_type) return failure(); in rewriteToBatchMatmul()
331 inverseTransposeVector(original_type.getShape(), out_transpose); in rewriteToBatchMatmul()
335 RankedTensorType::get(matmul_shape, original_type.getElementType()); in rewriteToBatchMatmul()
340 out = createReshapeOp(out, reshape_shape, original_type.getElementType(), in rewriteToBatchMatmul()
Dlayout_optimization.cc357 SmallVector<Type, 4> original_type(op->getNumResults()); in MoveTransposeAfter() local
359 original_type[idx] = op->getResult(idx).getType(); in MoveTransposeAfter()
409 transpose.getResult().setType(original_type[idx]); in MoveTransposeAfter()
Dshape_inference.cc98 bool CanRefineTypeWith(Type original_type, Type potential_refined_type) { in CanRefineTypeWith() argument
99 if (original_type == potential_refined_type || !CanBeRefined(original_type)) in CanRefineTypeWith()
/external/python/cpython3/Lib/importlib/
Dutil.py235 original_type = self.__spec__.loader_state['__class__']
/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_executable_info.proto86 xla.PrimitiveType original_type = 7; field
/external/tensorflow/tensorflow/python/training/tracking/
Ddata_structures.py962 original_type = type(original_wrapped_tuple)
969 substituted_wrapped_tuple = original_type(
977 substituted_wrapped_tuple = original_type(substituted_wrapped_tuple)
/external/flatbuffers/java/com/google/flatbuffers/
DFlexBuffers.java125 static int toTypedVectorElementType(int original_type) { in toTypedVectorElementType() argument
126 return original_type - FBT_VECTOR_INT + FBT_INT; in toTypedVectorElementType()
/external/tensorflow/tensorflow/compiler/mlir/lite/utils/
Dlstm_utils.cc91 SmallVector<int32_t, 4> perm, RankedTensorType original_type, in Transpose() argument
97 auto transpose_type = original_type; in Transpose()
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf_communication.cc241 auto original_type = StringAttr::get(context, xla_element_type_str); in SetFrontendAttributes() local
244 original_type); in SetFrontendAttributes()
/external/python/pycparser/utils/benchmark/inputs/
Dtccgen.c.ppout4493 int r2, original_type;
4494 original_type = vtop->type.t;
4526 vtop->type.t = original_type;