Home
last modified time | relevance | path

Searched defs:dtype_attr (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/core/ops/
Dfunction_ops.cc31 const AttrValue* dtype_attr = context->attrs().Find("T"); in __anon5bd79b600102() local
/external/tensorflow/tensorflow/python/framework/
Dpython_tensor_converter.cc40 static PyObject* dtype_attr = PY_STRING_INTERN_FROM_STRING("dtype"); in DataTypeForTensor() local
Dconvert_to_constants.py60 def dtype_attr(self): member in _TensorData
/external/tensorflow/tensorflow/lite/toco/
Dimport_tensorflow_test.cc108 AttrValue dtype_attr; in BuildConstNode() local
202 AttrValue dtype_attr; in TEST() local
449 AttrValue dtype_attr; in NodeWithTensorContent() local
565 AttrValue dtype_attr; in BuildUnaryNode() local
/external/tensorflow/tensorflow/core/common_runtime/
Ddirect_session_test.cc2404 AttrValue dtype_attr; in CreateIdentityGraphDef() local
2764 AttrValue dtype_attr; in Input() local
/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties.cc829 AttrValue dtype_attr; in UpdateFunction() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dimport_model.cc1039 const AttrValue* dtype_attr = node.attrs().Find("_handle_dtypes"); in InferOutputType() local
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc1122 static PyObject* dtype_attr = PyString_InternFromString("dtype"); in PyTensor_DataType() local