Searched defs:data_type (Results 76 - 93 of 93) sorted by relevance

1234

/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_eu_emit.c1939 unsigned data_type; local
1941 data_type = BRW_MATH_DATA_SCALAR;
1943 data_type = BRW_MATH_DATA_VECTOR;
1961 data_type);
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
H A DImmutableSet.h878 typedef bool data_type; typedef in struct:llvm::ImutContainerInfo
904 typedef bool data_type; typedef in struct:llvm::ImutContainerInfo
/external/tensorflow/tensorflow/compiler/jit/
H A Dencapsulate_subgraphs_pass.cc1623 // data_type and the shape indicated in 'shape'. The dummy node is not a valid
1626 // would be possible to add a switch statement over data_type to create a value
1629 Node* AddDummyShapedNode(DataType data_type, const TensorShapeProto& shape, argument
1632 dummy_proto.set_dtype(data_type);
1640 node_builder.Attr("dtype", data_type).Attr("value", dummy_proto);
/external/tensorflow/tensorflow/contrib/lite/toco/
H A Dexport_tensorflow.cc49 tensorflow::DataType GetTensorFlowDataType(ArrayDataType data_type) { argument
50 switch (data_type) {
65 LOG(FATAL) << "Unsupported data type: " << static_cast<int>(data_type);
72 return GetTensorFlowDataType(model.GetArray(array_name).data_type);
917 QCHECK(shape_array.data_type == ArrayDataType::kInt32)
1003 CHECK(split_dim_array.data_type == ArrayDataType::kInt32);
1554 const auto data_type = GetTensorFlowDataType(model, src_op.inputs[0]); local
1555 (*sub_op->mutable_attr())["T"].set_type(data_type);
1567 const auto data_type = GetTensorFlowDataType(model, src_op.inputs[0]); local
1568 (*sub_op->mutable_attr())["T"].set_type(data_type);
1580 const auto data_type = GetTensorFlowDataType(model, src_op.inputs[0]); local
[all...]
H A Dimport_tensorflow.cc331 array.data_type = ArrayDataType::kFloat;
335 array.data_type = ArrayDataType::kInt32;
339 array.data_type = ArrayDataType::kUint8;
343 array.data_type = ArrayDataType::kInt64;
347 array.data_type = ArrayDataType::kString;
351 array.data_type = ArrayDataType::kNone;
1225 array.data_type = ConvertDataType(GetDataTypeAttr(node, "dtype"));
1272 const auto data_type = GetDataTypeAttr(node, "T"); local
1273 CHECK(data_type == DT_FLOAT);
1393 epsilon_array.data_type
[all...]
H A Dtooling_util.cc366 switch (array.data_type) {
384 << static_cast<int>(array.data_type) << ")";
405 << static_cast<int>(array.data_type) << ")";
822 // If there is a buffer, its type should be consistent with data_type.
824 CHECK(array->buffer->type == array->data_type);
1167 dst_input_array->set_data_type(specified_input_array.data_type());
1208 ConvertIODataTypeToArrayDataType(input_array_proto.data_type());
1210 if (input_array.data_type != ArrayDataType::kNone) {
1211 QCHECK(specified_type == input_array.data_type)
1214 << IODataType_Name(input_array_proto.data_type())
1341 ElementSize(ArrayDataType data_type) argument
[all...]
H A Dmodel.h1532 ArrayDataType data_type = ArrayDataType::kNone; member in struct:toco::Array
1533 // The final value that data_type should have at the end of graph
1575 // does no even know whether values are quantized. It only has a data_type,
1576 // which must equal the 'data_type' member here, and which only describes
/external/tensorflow/tensorflow/core/kernels/
H A Dremote_fused_graph_execute_utils.cc214 const DataType data_type = input.second.dtype(); local
216 Tensor input_tensor(data_type, shape);
217 switch (data_type) {
234 LOG(FATAL) << "Unsupported input type: " << data_type;
419 const GraphDef& graph_def, const string& name_and_port, DataType* data_type,
433 *data_type = data_types.at(port);
1279 DataType data_type; local
1282 &data_type, &shape)) {
1283 if (data_type == input_tensor.second.dtype() &&
418 GetOutputTensorShapeType( const GraphDef& graph_def, const string& name_and_port, DataType* data_type, TensorShape* shape) argument
/external/clang/lib/Serialization/
H A DASTWriter.cpp1723 typedef HeaderFileInfo data_type; typedef in class:__anon1923::HeaderFileInfoTrait
1724 typedef const data_type &data_type_ref;
2871 struct data_type { struct in class:__anon1925::ASTMethodPoolTrait
2875 typedef const data_type& data_type_ref;
2993 ASTMethodPoolTrait::data_type Data = {
3165 typedef IdentID data_type;
3166 typedef data_type data_type_ref;
3397 typedef std::pair<unsigned, unsigned> data_type;
3398 typedef const data_type& data_type_ref;
3406 data_type getDat
[all...]
/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dlayout_optimizer.cc789 const string& const_name, DataType data_type,
800 attr_data_type.set_type(data_type);
1284 DataType data_type) {
1298 attr_type_params.set_type(data_type);
788 AddNodeTranspose(const string& node_name, const string& input_name, const string& const_name, DataType data_type, const TensorShapeProto& input_shape, bool NHWCToNCHW) argument
1282 AddNodeReshape(const string& node_name, const string& input_name, const string& shape_const_node_name, DataType data_type) argument
/external/tensorflow/tensorflow/stream_executor/
H A Dstream.cc173 string ToVlogString(dnn::DataType data_type) { argument
174 switch (data_type) {
H A Ddnn.h1966 // data_type: an enum to specify the data types used in this model.
1977 dnn::RnnMode rnn_mode, dnn::DataType data_type,
1991 // data_type: an enum to specify the type for the underlying data.
1994 int data_size, dnn::DataType data_type) {
2003 dnn::DataType data_type) {
1974 createRnnDescriptor(int num_layers, int hidden_size, int input_size, dnn::RnnInputMode input_mode, dnn::RnnDirectionMode direction_mode, dnn::RnnMode rnn_mode, dnn::DataType data_type, float dropout, uint64 seed, ScratchAllocator* state_allocator) argument
1993 createRnnSequenceTensorDescriptor(int seq_length, int batch_size, int data_size, dnn::DataType data_type) argument
2002 createRnnStateTensorDescriptor(int num_layer, int batch_size, int data_size, dnn::DataType data_type) argument
/external/google-breakpad/src/google_breakpad/common/
H A Dminidump_format.h483 uint32_t data_type; /* IMAGE_DEBUG_TYPE_*, not defined here because member in struct:__anon7506
/external/tensorflow/tensorflow/stream_executor/cuda/
H A Dcuda_dnn.cc614 cudnnDataType_t data_type)
649 CUDNN_CROSS_CORRELATION, data_type);
880 dnn::DataType data_type,
882 switch (data_type) {
886 return static_cast<cudnnDataType_t>(data_type);
893 LOG(FATAL) << "Invalid DNN data type: " << static_cast<int>(data_type);
933 int CudnnDataTypeToByteSize(cudnnDataType_t data_type) { argument
934 switch (data_type) {
942 LOG(FATAL) << "Invalid DNN data type: " << static_cast<int>(data_type);
1080 cudnnRNNMode_t rnn_mode, cudnnDataType_t data_type,
612 ScopedConvolutionDescriptor( CUDAExecutor* parent, const ConvolutionDescriptor& convolution_descriptor, cudnnDataType_t data_type) argument
879 ToCudnnDataType( dnn::DataType data_type, dnn::DataLayout data_layout = dnn::DataLayout::kBatchDepthYX) argument
1076 CudnnRnnDescriptor(CUDAExecutor* parent, cudnnHandle_t cudnn_handle, int num_layers, int hidden_size, int input_size, cudnnRNNInputMode_t input_mode, cudnnDirectionMode_t direction_mode, cudnnRNNMode_t rnn_mode, cudnnDataType_t data_type, float dropout, uint64 seed, ScratchAllocator* state_allocator) argument
1145 cudnnDataType_t data_type() const { return data_type_; } function in class:perftools::gputools::cuda::CudnnRnnDescriptor
1256 cudnnDataType_t data_type; local
1305 CudnnRnnSequenceTensorDescriptor(CUDAExecutor* parent, int seq_length, int batch_size, int data_size, cudnnDataType_t data_type) argument
1365 CudnnRnnStateTensorDescriptor(CUDAExecutor* parent, int num_layers, int batch_size, int data_size, cudnnDataType_t data_type) argument
1755 createRnnDescriptor(int num_layers, int hidden_size, int input_size, dnn::RnnInputMode input_mode, dnn::RnnDirectionMode direction_mode, dnn::RnnMode rnn_mode, dnn::DataType data_type, float dropout, uint64 seed, ScratchAllocator* state_allocator) argument
1784 createRnnSequenceTensorDescriptor(int seq_length, int batch_size, int data_size, dnn::DataType data_type) argument
1807 createRnnStateTensorDescriptor(int num_layer, int batch_size, int data_size, dnn::DataType data_type) argument
[all...]
/external/mesa3d/src/amd/common/
H A Dac_nir_to_llvm.c1775 LLVMTypeRef data_type = ctx->f32; local
1789 data_type = LLVMVectorType(ctx->f32, instr->num_components);
1794 data_type, "");
1906 LLVMTypeRef data_type = ctx->f32; local
1908 data_type = LLVMVectorType(ctx->f32, 4);
1910 data_type = LLVMVectorType(ctx->f32, instr->num_components);
1930 ac_emit_llvm_intrinsic(&ctx->ac, load_name, data_type, params, 5, 0);
2345 LLVMTypeRef data_type,
2361 build_type_name_for_intr(data_type, data_type_name,
2344 get_image_intr_name(const char *base_name, LLVMTypeRef data_type, LLVMTypeRef coords_type, LLVMTypeRef rsrc_type, char *out_name, unsigned out_len) argument
/external/mesa3d/src/compiler/glsl/
H A Dbuiltin_functions.cpp5519 const glsl_type *data_type = glsl_type::get_instance( local
5524 glsl_type::void_type : data_type);
5542 sig->parameters.push_tail(in_var(data_type, arg_name));
/external/vulkan-validation-layers/loader/
H A Dloader.c470 DWORD requiredSize, data_type; local
519 &data_type,
532 if (data_type != REG_SZ && data_type != REG_MULTI_SZ) {
539 found = loaderAddJsonEntry(inst, reg_data, total_size, value_name, data_type, manifest_path, requiredSize, result);
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_shader.c3771 LLVMTypeRef data_type,
3787 build_type_name_for_intr(data_type, data_type_name,
3770 get_image_intr_name(const char *base_name, LLVMTypeRef data_type, LLVMTypeRef coords_type, LLVMTypeRef rsrc_type, char *out_name, unsigned out_len) argument

Completed in 561 milliseconds

1234