HomeSort by relevance Sort by last modified time
    Searched refs:PrimitiveTypeToNumpyType (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/python/
numpy_bridge.h 42 int PrimitiveTypeToNumpyType(PrimitiveType primitive_type);
numpy_bridge.cc 26 int PrimitiveTypeToNumpyType(PrimitiveType primitive_type) {
114 int np_typenum = PrimitiveTypeToNumpyType(shape.element_type());
365 int np_type = PrimitiveTypeToNumpyType(literal.shape().element_type());

Completed in 516 milliseconds